-
Notifications
You must be signed in to change notification settings - Fork 62
Bridge client #138
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
Merged
Merged
Bridge client #138
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ef8f97f
bridge test
markrypto 7b31aa4
bridge POC #1
markrypto 1df29be
remove debugging hooks
markrypto 389aee2
remove debuglink client for now
markrypto 37b94b1
bridge testing
markrypto 1526e09
try win bridge setup
markrypto 4539a01
trykkbridge setup
markrypto 3059fd2
try archive
markrypto dff7443
remove zip
markrypto 3fccf75
try setup
markrypto 6233228
improve bridge
markrypto a11f0f0
use port 1646
markrypto a8dc901
try new bridge
markrypto 4bbca33
standalone exe
markrypto 1525921
test all changes
markrypto d2bd31b
revert setup
markrypto 8a5f47a
test setup
markrypto 26b5307
add independendent dll
markrypto d83d3d5
add message
markrypto 1acc87c
separate windows directories
markrypto 82ec07e
try this
markrypto f47fb09
take exe out of repo
markrypto e228f1d
add bridge info in README
markrypto 63f3e17
README edits
markrypto 42bfe64
more README edits
markrypto 0a0012d
even more README edits
markrypto 060dcf6
even more README edits
markrypto 3ab0b3f
Merge branch 'master' into bridge-client
markrypto 4bbe24e
Update keepkeylib/transport.py
markrypto 4ee5cc3
Update wait-serv.py
markrypto d7c55a3
Update keepkeylib/transport.py
markrypto 9039019
fix autobutton
markrypto 0286f51
edit README
markrypto 749a0c7
Update README.rst
markrypto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use port 1646
- Loading branch information
commit a11f0f066b25efcc51cdecbf54c502d028cba606
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| from waitress import serve | ||
| import kkbridge | ||
| serve(kkbridge.create_app(), host='0.0.0.0', port=5000) | ||
| serve(kkbridge.create_app(), host='0.0.0.0', port=1646) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.