Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://crossbar.io/ down #2085

Open
Bastian-Krause opened this issue Jul 25, 2023 · 11 comments
Open

https://crossbar.io/ down #2085

Bastian-Krause opened this issue Jul 25, 2023 · 11 comments

Comments

@Bastian-Krause
Copy link
Contributor

Bastian-Krause commented Jul 25, 2023

https://crossbar.io/ seems to be unreachable.

@artshade
Copy link

artshade commented Jul 28, 2023

https://crossbar.io/ seems to be unreachable.


It looks like the domain was updated on 2023-07-14_02_50_56_0 and perhaps the DNS records were removed, including A one(s), therefore ERR_NAME_NOT_RESOLVED and not DNS_PROBE_FINISHED_NXDOMAIN in particular.


Update (2023-07-27_14-39_00_0)

Evidently, now the domain results in DNS_PROBE_FINISHED_NXDOMAIN.

Source: https://www.whatsmydns.net/#A/crossbar.io


The current DNS settings:

$ resolvectl status | grep -1 'DNS Server';
  resolv.conf mode: foreign
Current DNS Server: 1.1.1.1
       DNS Servers: 1.1.1.1

--
         Protocols: +DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 10.5.25.1
       DNS Servers: 10.5.25.1 1.1.1.1

I sincerely hope the developers are in good and healthy... and everything is alright there...

@ivanov17
Copy link

ivanov17 commented Aug 2, 2023

It looks like the corporate site https://crossbario.com is also unavailable 🤔

@meejah
Copy link
Contributor

meejah commented Aug 2, 2023

I myself do not know the status of the corporate entity "CrossbarIO" but there is still work and releases happening, including from Tobias, as far as I can see...

@oberstet
Copy link
Contributor

Hi all, sorry, missed this issue. correct, the company is no more. while the company was ultimately a commercial failure, this project is OSS, so it "continues". and yes, I am also still working on the tech, actually, there are still some "final gaps" in the original WAMP effort left to complete, such as end-to-end encryption and router-to-router links. whether there will be enough interest from users and contributors only time will tell. Personally, I am looking for paid gigs or projects;) Cheers, /Tobias

@ecorm
Copy link

ecorm commented Aug 13, 2023

Might I suggest that a snapshot of the generated documentation be uploaded to the Wiki page of this repo?

@oberstet
Copy link
Contributor

yeah! docs;)

IMO it would be best to just publish to RTD, and the docs is already technically prepared for that, as it is in ReST format and Sphinx generated https://github.com/crossbario/crossbar/blob/master/docs/conf.py

@readingtype
Copy link

yeah! docs;)

Here is what I did on my dev box to get the docs locally:

mkdir crossbario
cd crossbario
git clone https://github.com/crossbario/crossbar.git
mkdir crossbar/html_docs
python3 -m venv venv
source venv/bin/activate
python -m pip install sphinx
python -m pip install sphinxcontrib-spelling
python -m pip install sphinxcontrib-images
sphinx-build -b html crossbar/docs crossbar/html_docs/
[I also statically defined version in conf.py lin 33 as I was too lazy to fix the import of crossbar :-\ ]

@oberstet
Copy link
Contributor

yes, one piece of the docs can be built

pip install -r requirements-dev.txt
make docs
make docs_run

then open http://localhost:8090/ ...

I also statically defined version in conf.py lin 33

yes, python dependency management is a nightmare. spent too many hours on this crap, I am fed up. Rust and cargo is a dream;)

removing the dependency of docs to crossbar itself .. yes, we could cheat and just read the version via direct file access. anyways;)*


the docs are unfort. a bit of a mess and split among

./docs-old
./docs
./docs-cfx

@fabianoengler
Copy link

hi guys, this is sad, i really liked the project and i still have some projects in production using it, but it's hard to justify picking up crossbar for any new projects with a so uncertain future.

links for crossbar.io are everywhere, including on the github projects, readmes, etc.

even if the project can continue being OSS only, having the main site down like this leaves a very bad taste, feels the project is abandoned and doesn't inspire confidence for anyone to chose to rely on crossbar for any projects. I feel like leaving the site down is the last nail on the coffin of any chance of the project survive as OSS.

i trust you guys still have ownership/control of the dns domain right? i'd suggest to put at least something out there, even if just a link to github pages or readthedocs.com. if you guys are pressed on time i could offer some spare hours to help with that, lmk if interested.

@waterbug
Copy link

Hi all, I'm also sad about the disappearance of crossbar.io ... I do sympathize with Tobias's complaints about marketing vs. technical excellence, sadly a fact of life in business for at least 50 years now, and I myself would certainly not have the constitution to lead a technical startup to success ... that said, I agree with the comment that the OSS project needs to have a permanent main web site to survive and have credibility esp. for new users, and I would try to help out as well. My interest in the crossbar/autobahn OSS project succeeding is substantial because I have an in-house project at NASA / Goddard for which crossbar/autobahn is THE network infrastructure -- my software is used in our Mission Design Lab to enable an interdisciplinary team of engineers to collaborate in real-time on the development of a spacecraft design for a new mission concept ... I hope Tobias is listening because he recently posted in another github crossbar thread that he liked a youtube video about "NASA | Thermonuclear Art" that was actually produced by NASA / Goddard, where I work ... :) My software has not yet completed the NASA process for release as OSS (the process is very cumbersome :P -- but that's another story) ... but when my software is finally released open source it will be a major stumbling block if the crossbar/autobahn project is crippled or -- perish the thought! -- has ceased to exist. (Something that actually happened to me with a previous application I developed that depended on the brilliant but ill-fated "pyjamas" project ... :P ).

@oberstet
Copy link
Contributor

thanks guys! for your comments and perspective. couple of personal comments:

I agree that the project deserves reactivation of the crossbar.io website - and yes, the domain/rights are still there .. I just couldn't make up the time to do "something" .. I have sunk so many hours into all of it, and tbh, I had to sort out things first, make up my mind, and also have to organize bucks to make a living

"NASA | Thermonuclear Art" that was actually produced by NASA / Goddard, where I work ... :)

oh, really? that is awesome!!! =)

I absolutely love that series of videos plus the sound. tbh, I have spent quite some hours with it. these videos indeed made me get into a topic I hadn't been much into ever before: space and astrophysics. I also got "addicted" to lectures on Gresham collegue by Katherine Blundell OBE =) pretty nice, entertaining and easy to follow for a complete newbie / random idiot like me;)

in fact, this is embedded in the "new plan" I am currently starting .. what I mean the plan beyond "make some bucks for living" which I also need to solve.

the new plan is roughly to create hardware, exactly as I am interested in and how I think it should be done, don't care about "the world" and only possibly sell via crowdfunding

of course this will include WAMP, Autobahn and Crossbar.io, but it is not the primary entry point

the "entry point" is: the electromagnetic spectrum, SDR, cognitive radio, and such, and I nailed down 2 frequency ranges I am designing for

a) 400 MHz to 3 GHz
b) 4 to 30 MHz

I am working on a), and after getting some basics of RF and creating working antenna models in openEMS, I am now trying to get my first PCB made;)

b) will only come later ... I need a HAM license also ... and with that range, I am pretty thrilled by the possibilities of NVIS HF!

and that is where all the ionosphere and solar stuff comes into play of course!

but anyways, that's only "phase 2"

the a) thing I've got a wideband UHF two element phased array model working now ... and that was a lot trickier than I originally thought ... the wideband thing and a lot more

but openEMS now shows good results .. and I even got a real HW VNA now! this is all new to me ... I left RF aged 12 when I got into "digital" .. and have been there all my life .. so RF is a complete change of perspective .. eg "RF zero" is anything better than -10dB ... I was socialized with "there is only one 0" and "every field has exactly one neutral element" ... very different mindset;)

anyways, once I have it working in physical form, I'll write a blog post at least ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants