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

python server integration #18

Merged
merged 14 commits into from
Jul 9, 2024
Merged

python server integration #18

merged 14 commits into from
Jul 9, 2024

Conversation

topherbuckley
Copy link
Collaborator

  • Refactored everything in serverLearning to work with new API

  • Adding config.json to gitignore to ignore all CUSTOM entry edits

  • Adding if logic to use CUSTOM ip over DEFAULT when available for serverLearning

  • Adding future wait to get inetSockerAddress as hacky workaround to Android's forced prevention from doing anything network related on main thread

  • Refactoring host to ip for all network config calls

  • Adding state to Publisher class to prevent calls to onXXX prior to publisher being started

  • Adding sync blocks for futures in Trail.java else getting concurrent access errors

  • Refactoring | to || in inappropriate places

  • REMOVE ME -- Temp disabling error from pi comm

  • Moving minSdkVersion to 30 (Android 11) as various buffering things were required

  • Removing deprecated package definition from AndroidManifest

  • Inital commit for HTTP server integration

  • Adding config.template.json

  • Adding check for config.json before reading

@topherbuckley topherbuckley merged commit e9713c4 into main Jul 9, 2024
@topherbuckley topherbuckley deleted the python-server-integration branch July 9, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant