Commit Graph

106 Commits

Author SHA1 Message Date
Vasily Evseenko
47fc53daaa Tag release 21.02 2021-02-02 15:58:48 +03:00
Vasily Evseenko
653b3c2c03 Fix compat issues with mavlink-router 2021-02-01 10:34:25 +03:00
Vasily Evseenko
f1d5d03a3f Fix python2.7 compat 2021-01-30 01:02:47 +03:00
Vasily Evseenko
fa24784ec8 Fix radiotap parsing on high-endian machines 2021-01-29 18:52:18 +03:00
Vasily Evseenko
ba5ede141c Add timestamp namespace to radiotap parser 2021-01-29 18:20:47 +03:00
Vasily Evseenko
7c9df47901 Flush block fragments on rx_ring overflow 2020-12-19 16:01:49 +03:00
Vasily Evseenko
99bb1cd8c4 Don't apply FEC if all data fragments are available. Fix counting of FEC-recovered packets 2020-12-18 22:38:32 +03:00
Vasily Evseenko
1d077e6fb4 Send all fragments from unfinished (partial) blocks before fragments from full block 2020-12-18 15:42:17 +03:00
Vasily Evseenko
87216f9847 Annotate rx_ring code 2020-12-18 11:58:39 +03:00
Vasily Evseenko
23b686a26f Update latency test 2020-12-15 23:41:02 +03:00
Vasily Evseenko
e8c54a4b30 Ref svpcom/wifibroadcast/issues/74 2020-12-15 21:08:38 +03:00
Vasily Evseenko
8d2d97de08 Tune sysctl to enable bpf jit 2020-11-20 13:27:22 +03:00
Vasily Evseenko
c2113619e5 Make deb for RPI instead of tar.gz 2020-08-25 14:59:55 +03:00
Vasily Evseenko
7e9dfb5b9e Fix compat with python2 2020-08-24 19:38:58 +03:00
Vasily Evseenko
65f7747044
Merge pull request #63 from Windfisch/master
Fix compilation on modern PCs (plus some README++)
2020-08-24 19:37:53 +03:00
Florian Jung
894cced4b7 Add instructions for raspivid to README.md 2020-08-24 18:05:13 +02:00
Florian Jung
3bc9476949 Fix linking error due to __packed vs __attribute__((packed)) 2020-08-24 18:05:04 +02:00
Florian Jung
896704b4e4 Fix compilation with GCC 10
Do not assume transitive header includes, but explicitely
include what we need instead.

Remove "using namespace std;" from header files, std::-
qualify names instead.

Add #pragma once include guard to fec.h
2020-08-24 13:57:59 +02:00
Florian Jung
bc03341d58 Make version.py compatible with python3 2020-08-24 13:55:38 +02:00
Vasily Evseenko
32dc2b7b4f Fix memory leaks 2019-11-29 12:25:31 +03:00
Vasily Evseenko
ede429cf23 Allow to disable MAVLink aggregation by setting agg_timeout=None or agg_size=None 2019-11-12 01:17:18 +03:00
Vasily Evseenko
e771f5f90a Allow to disable MAVLink aggregation by setting common.mavlink_agg_timeout = None 2019-11-12 00:18:02 +03:00
Vasily Evseenko
5474bf9122 Small refactoring 2019-11-12 00:14:04 +03:00
Vasily Evseenko
b0b88d7ac3 Add warnings to depricated scripts 2019-06-23 16:31:20 +03:00
Vasily Evseenko
7db7715eae Set wifi_txpower = None by default #40 2019-06-23 09:32:46 +03:00
Vasily Evseenko
316a6b0377 Don't set txpower if common.wifi_txpower is None #40 2019-06-23 09:26:20 +03:00
Vasily Evseenko
f4497690b5 Add txpower setting 2019-06-07 15:14:09 +03:00
Vasily Evseenko
60caf1c5a1 Fix tx antenna selection 2019-05-24 00:07:35 +03:00
Vasily Evseenko
a0e5f4fa8a Add storm32 controller 2019-05-23 18:13:39 +03:00
Vasily Evseenko
9e90d86c3d Stop on config file parse error 2019-05-16 16:26:44 +03:00
Vasily Evseenko
0ed4b69075 Fix non-ascii characters in master config file 2019-05-01 12:53:45 +03:00
Vasily Evseenko
5135695a14 Code cleanup 2019-05-01 12:52:27 +03:00
Vasily Evseenko
42807c6a9d Add link to License and Support page 2019-04-25 09:21:15 +03:00
Vasily Evseenko
8225722224 Move FEC-N and FEC-K to config file 2019-04-15 14:37:38 +03:00
Vasily Evseenko
6adbab59cd Add workaround for systemd bug on armbian 2019-03-28 10:26:09 +03:00
Vasily Evseenko
8c6f66bec7 Add support of python3.x 2019-03-26 18:06:38 +03:00
Vasily Evseenko
9b2d8df981 Update mavlink definitions 2019-03-26 16:46:25 +03:00
Vasily Evseenko
9a9f3332c1
Update README.md 2019-03-23 00:58:19 +03:00
Vasily Evseenko
e71e656cfb Add support for ip tunnels 2019-03-22 22:42:31 +03:00
Vasily Evseenko
212f5c1d01 Add LDPC support for 8812au 2019-02-15 14:26:48 +03:00
Vasily Evseenko
960da46f5b Add deps for libpcap-dev and libsodium-dev to deb package #26 2019-01-20 12:04:26 +00:00
Vasily Evseenko
9feaacc619
Update README.md 2019-01-14 11:07:53 +03:00
Vasily Evseenko
d45f2239e3 Add latency test for WFB link 2019-01-11 16:35:54 +03:00
Vasily Evseenko
97a1274581 Change connect/listen field format in config. Move wlan radio init to python 2019-01-11 16:35:39 +03:00
Vasily Evseenko
1936713c81 Update README.md 2019-01-02 16:17:35 +03:00
Vasily Evseenko
706af675cc Set BW, GI, STBC and MCS index in runtime for each stream separately. 2018-12-23 15:20:37 +03:00
Vasily Evseenko
57cf6ee1ac Fix bdist generation 2018-12-17 18:58:13 +03:00
Vasily Evseenko
81f068d916 Fix invalid mavlink status 2018-12-17 18:26:02 +03:00
Vasily Evseenko
002c6f42c1 Send flags as remnoise, because txbuf value is used by PX4 to throttle bandwidth 2018-12-17 10:25:03 +03:00
Vasily Evseenko
5ccf583610 Fix systemd services 2018-12-17 00:09:09 +03:00