Skip to content
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

Arduino OTA tcp based or UDP based ? #3083

Closed
Joypacharya opened this issue Mar 25, 2017 · 4 comments
Closed

Arduino OTA tcp based or UDP based ? #3083

Joypacharya opened this issue Mar 25, 2017 · 4 comments

Comments

@Joypacharya
Copy link

Joypacharya commented Mar 25, 2017

Hello everyone,
Actually i am working on one ESP project. I am using nodemcu v 1.0.
I am upload file via arduino IDE upload tool. But i want upload .ino.bin via TCP/UDP server(not sure about that.).
Can you tell me how to sort out this issue ?
I did read one site it run on special UDP command and send hole file particular tcp port.
I do not set specific port,hostname and password.Is their any query than ask me?

@d-a-v
Copy link
Collaborator

d-a-v commented Apr 10, 2017

The utility is in tools/espota.py. It uses UDP and port 8266 to send binary flash file to your esp.
The server is your ESP.
The client is the utility.

@Joypacharya
Copy link
Author

i want to send file from TCP server,which developed in other device.
Is their any way to send this file ?
Give me exact flow.

@d-a-v
Copy link
Collaborator

d-a-v commented Apr 14, 2017

@devyte
Copy link
Collaborator

devyte commented Sep 30, 2017

Closing due to off-topic, please see #3655 .

@devyte devyte closed this as completed Sep 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants