-
Notifications
You must be signed in to change notification settings - Fork 15
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
Another v1 endpoint #12
Comments
Just a dumb, curious question: |
I mean that the Google Wifi node is trying to access a web page on the FluidNC device, as if the node were a browser. Using pseudo-web-pages like that is a modern form of inter-device communication. It is often called a "REST API", although, strictly speaking "REST" means something slightly more specific. In this case, what is probably happening is that the Google Wifi nodes are trying to find each other, or more specifically are periodically checking to see if another such node might have joined the network. It is like they are saying "hi, could you by any chance be another one of us? If so, we can add you to our mesh.". |
Now I see. |
Oh, sorry, I wasn't paying attention and thought that this was a corresponding issue on our FluidNC repo. FluidNC is CNC machine control firmware that runs on an ESP32 wifi microcontroller. It exposes a web server on port 80 that is used as a control panel for the CNC machine. We were having problems caused by the unexpected URI /api/v1/interap-communication that was coming in from who-knows-where. One of our users tracked the request source to a Google Wifi node. |
FYI, we discovered that a Google Wifi network was issuing the URI
/api/v1/interap-communications
periodically, interfering with a device that listens for requests on port 80. That is all we know about it.The text was updated successfully, but these errors were encountered: