I would like to send simple TCP message to a device (Karotz) from NodeJS Script on Windows.
- NodeJS correctly installed an working
- TCP connection working
- Here is my .proto file (http://wiki.karotz.com/index.php/Voos-message.proto)
- I compile it to .desc using google's protoc
I don't know how to build my message to send it to the device ?
- I read Google Description
- And protobuff_for_node and other fork
But I don't understand how to install it on windows. Seems complicated because of native librarie.
Is there dead simple javascript librarie that read the .desc Schema and build the message ? Without native code or complicated stuff ?