1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

113 Commits

Author SHA1 Message Date
Ken Bannister
8dd36cf57a coap-chat: update for gcoap change in 2019.10 release 2022-09-20 11:24:12 +02:00
Ken Bannister
190e5924ed RIOT: update submodule to 2019.10 2022-09-20 11:24:12 +02:00
Sebastian Meiling
23b7164161 Merge pull request https://github.com/RIOT-OS/applications/pull/62 from miri64/travis/enh/notifications
travis: notify maintainers via mail about builds
2022-09-20 11:24:12 +02:00
Martine Lenders
a780454b78 Merge pull request https://github.com/RIOT-OS/applications/pull/65 from RIOT-OS/pr_fix_flake8
spectrum-scanner: fix flake8 issues
2022-09-20 11:24:12 +02:00
Martine Lenders
6ca3a170cc travis: notify maintainers via mail about builds 2022-09-20 11:24:12 +02:00
Sebastian Meiling
3d2c230696 Merge pull request https://github.com/RIOT-OS/applications/pull/53 from gebart/pr/spectrum-plot
spectrum-scanner: Improved plotting script
2022-09-20 11:24:12 +02:00
Sebastian Meiling
d78501d305 spectrum-scanner: fix flake8 issues 2022-09-20 11:24:12 +02:00
Sebastian Meiling
b926d47ee2 Merge pull request https://github.com/RIOT-OS/applications/pull/58 from miri64/readme
Provide README
2022-09-20 11:24:12 +02:00
danpetry
3b73f9a4d3 Merge pull request https://github.com/RIOT-OS/applications/pull/63 from miri64/riot/enh/2019.04
RIOT: update submodule to 2019.04
2022-09-20 11:24:12 +02:00
Martine Lenders
96a894bacb Provide README 2022-09-20 11:24:12 +02:00
Martine Lenders
1ee703aa27 RIOT: update submodule to 2019.04 2022-09-20 11:24:12 +02:00
Martine Lenders
9e8e41b26a Merge pull request https://github.com/RIOT-OS/applications/pull/60 from miri64/2019.01-update
Update RIOT submodule to 2019.01
2019-02-18 16:57:59 +01:00
Martine Lenders
53e91a13e3 Update RIOT submodule to 2019.01 2019-02-15 19:08:35 +01:00
Martine Lenders
3131dac286 Merge pull request https://github.com/RIOT-OS/applications/pull/59 from RIOT-OS/add-license-1
add missing LICENSE
2019-01-09 10:48:02 +01:00
Sebastian Meiling
7a771c200c add missing LICENSE 2019-01-09 08:50:16 +01:00
Sebastian Meiling
96b8fa0efb Merge pull request https://github.com/RIOT-OS/applications/pull/57 from miri64/revert-submodule-48
Revert submodule change of #48
2019-01-08 10:49:15 +01:00
Martine Lenders
b2034520c5 Revert submodule change of #48 2019-01-08 10:17:51 +01:00
Martine Lenders
1dcc7f8840 Merge pull request https://github.com/RIOT-OS/applications/pull/48 from smlng/pr/travis
CI: add travis config
2019-01-08 10:09:56 +01:00
smlng
0d63000377 initial travis.yml 2019-01-07 14:23:45 +01:00
bd1e557a0e Merge pull request https://github.com/RIOT-OS/applications/pull/50 from smlng/pr/submodule
add RIOT as submodule
2019-01-03 11:09:22 +01:00
smlng
71ab847086 adapt RIOTBASE to use submodule path 2018-12-19 13:19:37 +01:00
smlng
2138b01457 add RIOT as a submodule
The RIOT submodule is intended to be fixed to lastest release, in this
initial state that is 2018.10. The idea is to make sure all applications
compile and run with that release and the submodule is later on updated
by the RIOT release manager as part of the release process.
2018-12-19 13:19:37 +01:00
Martine Lenders
fd81987a76 Merge pull request https://github.com/RIOT-OS/applications/pull/54 from gebart/sniffer/pkt-next-nullptr
sniffer: Check for missing netif header in dump_pkt
2018-10-27 12:33:07 +02:00
Joakim Nohlgård
4ab673ca74 sniffer: Check for missing netif header in dump_pkt
Avoids a hard fault when using the latest RIOT master where raw mode
does not provide a netif header.
2018-10-27 00:00:38 +02:00
Joakim Nohlgård
ead0b1ab89 spectrum-scanner: Shrink plot Z limits
Make differences in ED level more visible.
2018-10-18 09:20:05 +02:00
Joakim Nohlgård
025e103c37 spectrum-scanner: Plotting rewrite 2018-10-18 09:20:05 +02:00
Ken Bannister
8278c7dd63 Merge pull request https://github.com/RIOT-OS/applications/pull/44 from smlng/coap-chat
coap-chat: a simple chat application using gCoAP
2018-10-13 10:43:37 +00:00
smlng
8869afda2c coap-chat: a simple chat application using gCoAP
This application allows to send (small) messages via CoAP to any
destination address. To chat locally you may use `ff02::1` to reach
neighbouring nodes, or chat directly using unicast addresses. The
application provides a distinct shell command `chat` but also brings
standard shell commands like `ifconfig` to show a nodes IP addresses.
2018-10-12 14:42:40 +02:00
Sebastian Meiling
d90adcb613 Merge pull request https://github.com/RIOT-OS/applications/pull/49 from smlng/pr/fix/plot_rssi
spektrum-scanner: fix plot_rssi.py script
2018-10-08 17:15:23 +02:00
smlng
b1cfc4844c spektrum-scanner: fix plot_rssi.py script
Adapt python script to comply with python coding conventions, i.e.
fixing error reported by flake8.
2018-10-08 16:30:26 +02:00
Joakim Nohlgård
612b73368f Merge pull request https://github.com/RIOT-OS/applications/pull/47 from smlng/pr/fix/spektrum-scanner
spektrum scanner: adapt to new gnrc_netif calls
2018-10-08 16:29:02 +02:00
smlng
6838b92c41 spektrum-scanner: set default board to samr21-xpro
Currently only the at86rf2xx driver supports the required NETOPT to make
the spektrum scanner work.
2018-10-04 14:51:35 +02:00
smlng
b0eae4bc82 spektrum-scanner: adapt to new gnrc_netif calls
Accessing and handling of network interfaces with gnrc_netif has changed
and needs adaption to compile and work again.
2018-10-04 14:50:12 +02:00
Martine Lenders
bb49847691 Merge pull request https://github.com/RIOT-OS/applications/pull/46 from smlng/pr/uncrustify
uncrustify: fix existing applications
2018-10-02 23:22:32 +02:00
smlng
a62839b231 spectrum-scanner: uncrustify 2018-10-02 22:40:00 +02:00
smlng
f8fbc9a93e sniffer: uncrustify 2018-10-02 22:39:59 +02:00
Martine Lenders
ca9dea344d Merge pull request https://github.com/RIOT-OS/applications/pull/36 from miri64/sniffer/enh/fmt
sniffer: use fmt instead of printf
2018-10-02 11:35:35 +02:00
Martine Lenders
24ea80fb41 Merge pull request https://github.com/RIOT-OS/applications/pull/43 from miri64/sniffer/fix/doc
sniffer: various documentation improvements
2018-10-02 11:34:40 +02:00
Martine Lenders
9f501941b0 sniffer/tools: Update README to reflect use of argparse
The sniffer script was ported to an `argparse`-based approach for its
parameters in fb79b79, 5017bea, and 22516be. However, that change was
missing an update to the README. This fixes that.
2018-10-02 11:04:42 +02:00
Martine Lenders
1216b9b7b6 sniffer.py: document default parameter values in help 2018-10-02 11:02:05 +02:00
Martine Lenders
ee613bda94 sniffer: Update script path in README of sniffer application
The script was moved from the main RIOT repository to the sniffer
application's directory in 08b173b. This fixes the README of this
application to reflect that.
2018-10-02 11:02:05 +02:00
Martine Lenders
76a98e3941 Merge pull request https://github.com/RIOT-OS/applications/pull/45 from smlng/pr/sniffer/baudrate
sniffer: fix default baudrate in script
2018-10-02 11:01:09 +02:00
smlng
c32bd15ef5 sniffer: fix default baudrate in script 2018-10-02 10:48:16 +02:00
Martine Lenders
853f2940ce Merge pull request https://github.com/RIOT-OS/applications/pull/41 from PeterKietzmann/pr_rem_openwsn
openwsn: remove deprecated application
2018-09-28 18:37:22 +02:00
Martine Lenders
5c19cf38d8 sniffer: reduce rawdump thread stack size 2018-09-26 20:39:32 +02:00
Martine Lenders
3ef810ffd1 sniffer: adapt parsing script 2018-09-26 20:39:30 +02:00
Martine Lenders
9204feb07b sniffer: use fmt instead of printf
I was able to reduce stack usage by 2/3 on `samr21-xpro`. Additionally,
I removed the leading `0x` for the hexadecimal numbers. The parsing
script knows which numbers are hex (all of them) and they just waste
time both on the node and in the parsing script
2018-09-26 20:38:18 +02:00
Martine Lenders
73dca04ca1 Merge pull request https://github.com/RIOT-OS/applications/pull/40 from miri64/sniffer/enh/conn-type-from-context
sniffer: get connection type from string format
2018-07-14 10:49:57 +02:00
Martine Lenders
d0ec177e2d Merge pull request https://github.com/RIOT-OS/applications/pull/35 from miri64/sniffer/fix/script-decode
sniffer: script: ignore non-ASCII characters on input
2018-07-14 10:49:31 +02:00
Martine Lenders
e4f73690ab sniffer: get connection type from string format
The KISS approach alternative to #38 (also includes #39, because...).
Disadvantage: we loose backwards compatibility for this tool.
2018-07-13 16:05:10 +02:00