Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 280 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 280 Bytes

Server for plotting Bode and Nyquist diagrams online.

Needed npm packages:

rimraf
socket.io
async

Needed python3 packages

scipy
matplotlib

To start the server just run

npm install
node bin/www

Navigate to http://localhost:3000