547
edits
Line 321: | Line 321: | ||
This will generate a '''POST /interface-stats-for-mm-1234''' request to '''10.0.0.1''' every minute and send the interface statistics of the multimeter. | This will generate a '''POST /interface-stats-for-mm-1234''' request to '''10.0.0.1''' every minute and send the interface statistics of the multimeter. | ||
=== Sample Node.js server === | ==== Sample Node.js server ==== | ||
The following script is a basic '''Node.js''' server (with minimal error handling) which reads all POST requests and stores them to a file: | The following script is a basic '''Node.js''' server (with minimal error handling) which reads all POST requests and stores them to a file: | ||
Line 368: | Line 368: | ||
}); | }); | ||
[[Self-hosted_SSH_proxy]] | === SSH port forwarding === | ||
This option allows to use an external SSH server as an proxy to access the device. Via port forwarding the client PC accesses the SSH proxy which forwards the traffic to the actual Allegro Network Multimeter. See [[Self-hosted_SSH_proxy]] for detailed information how to set up such a server. | |||
=== Allegro Remote Service === | === Allegro Remote Service === |
edits