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

rfcomm bridge app #499

Merged
merged 3 commits into from
Jun 5, 2024
Merged

rfcomm bridge app #499

merged 3 commits into from
Jun 5, 2024

Conversation

barbibulle
Copy link
Collaborator

Simple app that offers a TCP<->RFCOMM bridge. A client mode and a server more are supported.
In client mode, the bridge waits for an inbound TCP connection, then initiates an outbound RFCOMM connection, then bridges the two bi-directionally.
In server mode, the bridge waits for an inbound RFCOMM connection, then initiates an outbound TCP connection, then bridges the two bi-directionally.

Squashed commits:
[451a295] wip
[ed7b5b6] wip (+1 squashed commit)
Squashed commits:
[9d938c8] wip

wip

wip
@barbibulle barbibulle requested a review from zxzxwu June 4, 2024 01:15
bumble/rfcomm.py Show resolved Hide resolved
@barbibulle barbibulle merged commit f910a69 into main Jun 5, 2024
57 checks passed
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.

2 participants