I´m a total n00b when it comes to LUA and socket programing. I have a nodeMCU that I want to use to poll a Mumble server for some stats and display it with the ws2812 lib. The latter I have no problem doing but I´m having a really hard time figuring out the UDP stuff.
Can I both send and receive with the net.UDP client or do I need to first create an UDP server and then the client to send the data? Here is the link to the documentation for the mumble UDP packet https://gitorious.org/mumble-scripts/mu ... le-ping.py
Any help is greatly appreciated.