Skip to content

Commit

Permalink
1. Add WFB-NG std draft.
Browse files Browse the repository at this point in the history
2. Fix frame format.
3. Add multiple links support
4. Add missing libsodium init. Warn if not enough entropy is available
5. Add project logo
  • Loading branch information
svpcom committed Sep 8, 2022
1 parent 3ff6238 commit 73af6d7
Show file tree
Hide file tree
Showing 26 changed files with 1,413 additions and 151 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ all: all_bin gs.key test

env:
virtualenv env --python=$(PYTHON)
./env/bin/pip install --upgrade pip==20.2.3 setuptools==44.1.1 stdeb
./env/bin/pip install --upgrade pip setuptools stdeb

all_bin: wfb_rx wfb_tx wfb_keygen

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WFB-NG
=============
![WFB-NG](doc/logo-big-1280x640.png)

This is the next generation of long-range **packet** radio link based on **raw WiFi radio**


Expand Down
4 changes: 4 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
all: wfb-ng-std-draft.html

%.html: %.md
pandoc --self-contained -V include-before='<style>body {max-width:unset!important}</style>' --from markdown $^ -o $@
Binary file added doc/logo-big-1280x640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
442 changes: 442 additions & 0 deletions doc/logo-big.eps

Large diffs are not rendered by default.

Binary file added doc/logo-big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 130 additions & 0 deletions doc/logo-big.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
197 changes: 197 additions & 0 deletions doc/logo.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions doc/logo.fig
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#FIG 3.2 Produced by xfig version 3.2.6a
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
5 1 0 20 12 7 48 -1 -1 0.000 1 1 0 0 5838.750 4511.250 6300 4500 6165 4185 5850 4050
5 1 0 20 12 7 48 -1 -1 0.000 1 1 0 0 5855.110 4494.890 6975 4500 6647 3703 5850 3375
5 1 0 20 12 7 48 -1 -1 0.000 1 1 0 0 5850.730 4499.270 7650 4500 7127 3231 5850 2700
5 1 0 20 12 7 48 -1 -1 0.000 1 1 0 0 5846.278 4503.722 8325 4500 7601 2753 5850 2025
6 6705 1305 9045 3645
3 1 0 1 12 12 49 -1 20 0.000 0 0 0 38
8741 1761 8696 1867 8650 2004 8650 2096 9045 3372 8962 3547
8847 3645 8863 3538 8779 3409 8605 3098 8415 2786 8293 2604
8232 2543 8164 2490 8081 2467 8020 2467 7974 2467 7929 2422
7882 2377 7882 2330 7882 2270 7860 2186 7807 2118 7746 2057
7563 1935 7252 1745 6941 1571 6812 1487 6705 1503 6804 1388
6979 1305 8255 1700 8346 1700 8483 1655 8589 1609 8673 1616
8703 1647 8734 1677
1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000
1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000
1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000
1.000 1.000 1.000 1.000 1.000 1.000 1.000 1.000
1.000 1.000 1.000 1.000 1.000 1.000
-6
2 4 0 0 12 7 50 -1 20 0.000 0 0 7 0 0 5
9225 1125 5490 1125 5490 4860 9225 4860 9225 1125
Loading

0 comments on commit 73af6d7

Please sign in to comment.