We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a LilyGo TBeam V1.2 connected to the same network as a Linux machine (Ubuntu 22.04 LTS, Linux 6.5.0-26-generic x86_64) running the MNMC v0.3. I installed MNMC with the following script: https://gist.github.com/irongiant33/cef93c81fb13afb683d19eb5ed7e3fc3
When connecting to the radio over TCP port 4403, I get the error "Configuration timed out. Are you sure this is a Meshtastic device?"
The debug log is full of error messages like the one below:
[2024-04-09][02:27:26][ERROR][meshtastic::connections::stream_buffer] Incomplete packet data, expected 65532 bytes, found 4215 bytes
I port scanned the meshtastic radio and saw the following:
Host is up (0.022s latency). Not shown: 65532 closed ports PORT STATE SERVICE 80/tcp open http 443/tcp open https 4403/tcp open ds-user
I would expect the MNMC to connect to the Meshtastic radio
unsure if this is related to #453 #446 or #410
The text was updated successfully, but these errors were encountered:
Same issue here. I am using the Ebyte EoRa-S3 (the 400TB version, meaning 433-510 MHz).
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I have a LilyGo TBeam V1.2 connected to the same network as a Linux machine (Ubuntu 22.04 LTS, Linux 6.5.0-26-generic x86_64) running the MNMC v0.3. I installed MNMC with the following script: https://gist.github.com/irongiant33/cef93c81fb13afb683d19eb5ed7e3fc3
When connecting to the radio over TCP port 4403, I get the error "Configuration timed out. Are you sure this is a Meshtastic device?"
The debug log is full of error messages like the one below:
I port scanned the meshtastic radio and saw the following:
To Reproduce
Expected behavior
I would expect the MNMC to connect to the Meshtastic radio
Additional context
unsure if this is related to #453 #446 or #410
The text was updated successfully, but these errors were encountered: