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

Mesh Mode non functional #1093

Closed
ibaranov-cp opened this issue Nov 27, 2015 · 7 comments
Closed

Mesh Mode non functional #1093

ibaranov-cp opened this issue Nov 27, 2015 · 7 comments
Labels
component: libraries waiting for feedback Waiting on additional info. If it's not received, the issue may be closed.

Comments

@ibaranov-cp
Copy link

ibaranov-cp commented Nov 27, 2015

Hello all,

Using latest staging version, RC2 from board manager.
I have two identical ESP8266-12E modules.
I load them both with the example Mesh code.
I add in a Serial.println("."); into the loop to ensure they are both working.

Both modules wait endlessly.

Does this feature work at all?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@igrr
Copy link
Member

igrr commented Nov 28, 2015

Softap is broken in 2.0.0-rc2 (see #1054), i think this might be the reason for mesh library to have issues.
That said, the author of mesh library doesn't seem to be around any more, so it isn't really maintained.

@ibaranov-cp
Copy link
Author

Issue #1054 doesn't seem to be the cause here, I have the fixed version.
Will try and figure out root cause here.

@battuashwik
Copy link

Any luck with the mesh library ?

@Makuna
Copy link
Collaborator

Makuna commented Sep 11, 2016

The Esp8266WifiMesh library is not really a good implementation. Due to being completely open, how synchronous it is written, and that it requires string messages (memory fragmentation from string class and binary data transmission requires conversion to text), its not something to base any serious project on.

It maybe great to play with though.

@devyte
Copy link
Collaborator

devyte commented Oct 19, 2017

@ibaranov-cp is this issue still valid with latest git?

@devyte devyte added the waiting for feedback Waiting on additional info. If it's not received, the issue may be closed. label Oct 19, 2017
@ibaranov-cp
Copy link
Author

Unknown, sorry I don't have bandwidth to test this in the near future.

@devyte
Copy link
Collaborator

devyte commented Oct 19, 2017

Ok, closing due to age. If there is still a problem, please open a new issue.

@devyte devyte closed this as completed Oct 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: libraries waiting for feedback Waiting on additional info. If it's not received, the issue may be closed.
Projects
None yet
Development

No branches or pull requests

5 participants