commercetest / androidserver-for-testing

Android server that serves react / files app using com.sun.net.httpserver
0 stars 0 forks source link

Use streaming logging to test network connectivity? #3

Open julianharty opened 5 months ago

julianharty commented 5 months ago

Context

We'd like to be able to generate traffic over network connections between emulator instances. Remote logging might be a good way to do so.

https://github.com/kibotu/StreamingAndroidLogger looks like a useful starting point if we decide to try this out. It offers UDP logging so we can use it to test and evaluate UDP traffic as well as the TCP traffic this current project uses.

julianharty commented 5 months ago

Note: I've forked the above repo locally so that I can experiment with any changes more easily https://github.com/commercetest/StreamingAndroidLogger