Joost Ellerbroek
Joost Ellerbroek
Seems to make sense! I'll check it and look at the implementation.
Hi! The bug you mentioned is fixed in f603c98. I think the behaviour you are looking for is *almost* possible with the trafgen plugin, but that would require some edits...
Hi Ruairidh, We haven't looked at this yet, but it could indeed be useful. Maybe also a nice way to distribute releases?
Hi Ruairidh, Sounds good! I'll have a look at the Qt dependency in navdb first, I don't think this is really necessary on the server side, in which case I...
Ok, the latest commit should have removed the Qt import when running headless. I also managed to create and run a docker image. I'll play around with it some more...
Ok, I googled around a bit, it seems there are issues with UDP broadcast messages from the docker image to the host. when I add "11000:11000/udp" to the list of...
Good suggestion! It should be possible, but currently isn't.
Hi @tommynanny, Yes, that's certainly possible. Unfortunately the wiki still needs some work, a.o. on the different operating modes of bluesky. When running bluesky in headless mode, only the bluesky...
Hi, I think this is because an annotation syntax was used that was only introduced in Python 3.10 (the union notation |). Since these annotations are optional anyway I removed...
Ah, I just noticed that you wrote 'not written in Python'. What language is your application developed in? BlueSky's networking is implemented with ZMQ and msgpack, which were both selected...