robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
142 stars 31 forks source link

Make pysimCoder-socketserver standalone #46

Closed Chiff closed 2 years ago

Chiff commented 2 years ago

Changes

TLDR; socketserver

It is a node.js server that creates a TCP server where you can push data from pysimCoder through TCPsocketTX block or any other application of course.

Socketserver will save any information coming from the TCP client. It also creates an Express application with UI to plot incoming data and allows users to backup or restore data. Users can send an array of numbers to the express backend.

These data are forwarded to running simulation to UnixSkServer bock.

If requested there will be added support for the UDPsocketRx block.

And of course, any ideas or pull requests are welcome :)