forked from Consti10/wifibroadcast
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename encryption and move option out of constructor (just use the set_...) Fix comp unit test * rename encryption and move option out of constructor (just use the set_...) Fix comp unit test * encryption in WBTx - default to true * add option to debug packets variance * keys * upload keys * fix unit tests * fix unit tests * encrypton - add bind phrase feature * encrypton - add bind phrase feature * encrypton - add bind phrase feature * encrypton - add bind phrase feature * encrypton - add bind phrase feature * encrypton - add bind phrase feature * encrypton - add bind phrase feature * encrypton - add bind phrase feature * encrypton - add bind phrase feature * encrypton - add bind phrase feature * encrypton - add bind phrase feature * this option is obsolete * encryption add bind phrase feature * encryption add bind phrase feature * encryption add bind phrase feature * encryption add bind phrase feature * encryption add bind phrase feature * encryption add bind phrase feature * encryption add bind phrase feature * encryption add bind phrase feature * encryption add bind phrase feature * add likely wrong bind phrase feature
- Loading branch information
Showing
19 changed files
with
269 additions
and
170 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -23,5 +23,6 @@ jobs: | |
./build/wfb_keygen | ||
- name: Unit test | ||
run: | | ||
./build/unit_test | ||
cd build | ||
./unit_test | ||
This file contains 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 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Example tx / rx key, generated from the default openhd bind phrase "openhd" |
This file contains 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#bin/bash | ||
|
||
./../cmake-build-debug/wfb_keygen -b openhd |
This file contains 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
~%�Er>�������>����|��x�;r�F��KW��mn��hX��Y��--r{���C��m5�ʲ | ||
�&��\� �T,�I�d����i1��}�/���E4V����)��p�0�5���L�P��� |
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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 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 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
Oops, something went wrong.