The class 'JSEvaluator' in this project allows us to interpret expressions in JScript, allowing us to use parameters in the server at runtime.
For example:
({@ 1} + {@ 2}) / 100;
Parameter {@ 1} : 36
Parameter {@ 2}: 45
Result of the expression: 0.81
Signal Visualizer is a client/server system that uses TCP/IP to display digital signals (DSP) graphically onto a remote server. The only requirements for the embedded system are : a physical IP interface and a C/C++ compiler that includes a socket API.