Results 52 comments of Zipdox

Why would you wanna use SonoBus as a Unity plugin? Do you wanna use it for multiplayer voice chat? That seems excessive. If you insist, perhaps it it possible for...

NAT is generally a pain in the ass to deal with in P2P networking. Some VPNs do support P2P connections but your mileage may vary.

I just realized that many cellular networks don't support IPv6.

> Docker for a sonosbus server is crucial, and a client would be cool as well to create a web app. Using a web app defeats the entire purpose of...

I made a [fork and](https://github.com/Zipdox/sonobus) [pull request](https://github.com/essej/sonobus/pull/17) for an installation script that also adds a desktop entry and icon. The script can be found [here](https://github.com/Zipdox/sonobus/blob/main/Builds/LinuxMakefile/install.sh). If you could include these...

> It sounds reasonable to have the .desktop file and icon in the .deb, but it should probably come from master. Let me know when the PR is merged? Why...

@dyfer Obviously there's differences between between different ethernet over powerline adapters, but they mostly suffer from the same problems. The power lines in the building itself and the devices connected...

Obviously powerline is better than WiFi. I think that's something that should be noted next to to warning. But I think it's still important for a disclaimer to be present...

I suggest you use a dedicated player for this and connect it to the SonoBus input using JACK or something else.

Can you not just use a library for decoding media files? Like libavcodec and libavformat?