Skip to content

Releases: XDelta/sACN_Websockets

0.3.0

25 May 19:27
d3f8a3e
Compare
Choose a tag to compare

-Updated requests (2.25.0>2.25.1), websockets (8.1>9.0.1), and sacn (1.4.6>1.6.4) modules.
-Attempt to reconnect when connection to a remote host is lost.
-Switched to using traceback module for more verbose logging.
-Moved sending packets to after resetting flag, dmx packets received between the previous dmx packet arriving and when it has finished sending will now be sent.
-Fixed fallback port when locally hosting.

0.2.0

25 Mar 08:30
78b5f72
Compare
Choose a tag to compare

Option to host a websocket server locally with locally_host = true, this will allow a websocket client that is also running on your computer to connect to it at ws://localhost:80.
If using an external websocket relay server, make sure to change locally_host = false.

0.1.0

17 Mar 19:56
c76c6d7
Compare
Choose a tag to compare

Initial release.
Allows converting sACN to Websockets as a 1024 character hex string.
Primarily being used for controlling virtual lighting rigs in NEOS VR, will work for other platforms as long as they have some scripting and websockets support.