-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need explain: #7
Comments
In your terminal:
I suggest using a websocket to your node.js program.
That comes from this line: |
Thanks for your answers, $ ifconfig ?? you mean $ ipconfig but i think this to get my computer ip address not ethernet port IP address! In my node.js program, how etherport connect to my remote Arduino using only port (3030) and without Arduino IP address? i think i miss something!! |
Hi,
I have three question:
What is easiest way to get my ethernet port IP address?
If i have a friend in another county and i want let him to control on my Arduino throw the Internet, What i have to do?
In line 4 the port is 3030 how to make it a universal port for my Arduino ?
var five = require("johnny-five");
var EtherPort = require("etherport");
var board = new five.Board({
port: new EtherPort(3030)
});
Thank you.
The text was updated successfully, but these errors were encountered: