digital-dream-labs / vector-web-setup

Tool to perform initial configuration of Vector robots.
MIT License
65 stars 57 forks source link

Configureable serve IP #19

Closed anant-kaushik closed 4 years ago

anant-kaushik commented 4 years ago

This pull request allows the user to choose which IP address they want to use to host the server. It can be done using the following command node vector-web-setup.js serve -ip 10.0.0.252.

The user needs to make sure that the server IP is accessible to the bot over the network to allow successful OTA transfer.