Releases: XDelta/sACN_Websockets
Releases · XDelta/sACN_Websockets
0.3.0
-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
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
.