-
Notifications
You must be signed in to change notification settings - Fork 1
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
Server available as well ? #1
Comments
I don't have the server in Android. It's server agnostic as long as it's set up to publish raw binary data. For ESP32, I'm using their example https://github.com/espressif/esp-idf/tree/master/examples/protocols/sockets/tcp_server. For Pi Pico, https://github.com/raspberrypi/pico-examples/tree/master/pico_w/tcp_server was used. The issue I was having a few months ago is fixed in your fork. Cannot reproduce it now. So I've switched MPAndroidChart to your fork. Thanks for maintaining it. I see you also set up MideaPipe to work on Android. Nice. |
Sure, the server is no Android stuff. But thanks for the pointers. In the past I did some websocket experiments. But I don't have that background knowledge, what's the benefit of TCPIP, so I want to see the code, maybe I understand then, what exactly TCPIP communication means.
This is my issue too 😀 |
Btw, please clarify the situation here as well PhilJay/MPAndroidChart#5302 |
Interesting use case, do you have the server part as well ? I mean how do you publish the sensor data from Raspberry.
Btw, If you really want that I'll do a look why gesture is not working for you, you should open a ticket in my AndroidChart repo, I do not maintain dead MPAndroidChart
The text was updated successfully, but these errors were encountered: