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

Communication Protocol Refactoring #104

Merged
merged 8 commits into from
Jan 17, 2021
Merged

Communication Protocol Refactoring #104

merged 8 commits into from
Jan 17, 2021

Conversation

kwsch
Copy link
Owner

@kwsch kwsch commented Jan 17, 2021

Adds in the ability to select USB vs WiFi (usb-botbase vs sys-botbase sysmodules) as the communication protocol. The main automation still uses async logic, so the USB logic uses a Task wrapper around each send/receive interaction.

Information on how to use USB instead of WiFi will be on the wiki shortly after this PR is merged. Tutorial will be sourced from Koi's fork.

kwsch added 8 commits January 15, 2021 14:10
- Implement functionality for Synchronous TCP connection (same as existing async)
- Implement flexible config->connection flow, allows adding different connection types (like USB)
can easily edit it now in notepad
Unlike pget, we don't care about unused lines trashing up a git diff cuz these serialized settings aren't a part of the git repo.

makes it ez to just change protocoltype 0->1 for USB without needing GUI
@kwsch kwsch merged commit a989c1b into master Jan 17, 2021
@Lusamine Lusamine deleted the refactor2 branch February 6, 2021 18:03
Koi-3088 added a commit to Koi-3088/ForkBot.NET that referenced this pull request Feb 7, 2023
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