Oleg Hahm
b64f850ee8
example ccn-lite: updated and extended README
7 years ago
Oleg Hahm
10f5f1aa33
make: introduce netif_default pseudomodule
...
Additionally the dependencies for GNRC specific modules are centralized in Makefile.dep.
7 years ago
Oleg Hahm
991c71cf27
gnrc ipv6: use ipv6_addr_t ptr for hdr_build
7 years ago
Oleg Hahm
360413a033
gnrc ipv6 hdr: remove len params from hdr_build
7 years ago
Oleg Hahm
487f6e480f
gnrc udp: simplify gnrc_udp_hdr_build
...
Directly using 16 bit port numbers instead of casting uint8_t pointers.
7 years ago
Cenk Gündoğan
72a3d50bed
examples/gnrc_networking: comment about optional DODAG_CONFs in Makefile
7 years ago
Cenk Gündoğan
bf1af5953f
examples: use global gnrc_pktdump_pid
7 years ago
Oleg Hahm
6df4111e49
shell: improved online documentation for txtsnd
7 years ago
Kaspar Schleiser
9082273746
core: header cleanup
7 years ago
Oleg Hahm
f89fbbcf41
default example: reduce packet buffer size to 512b
7 years ago
Lotte Steenbrink
135169ef33
microcoap_server: add instructions for FF Copper
7 years ago
Lotte Steenbrink
e7f479fb1a
examples/gnrc_networking: add explanation for RIOT<->RIOT communication
7 years ago
Lotte Steenbrink
26a4406286
examples/gnrc_networking: rm mention of tap bridge
7 years ago
Lotte Steenbrink
2bdf955257
examples/microcoap_server: add instruction to set up tap if
7 years ago
Lotte Steenbrink
a120ebc461
examples: fix tiny typo in gnrc_networking README
7 years ago
Thomas Eichinger
a43cbd17ff
tfpt: fix formating warnings/errors
7 years ago
Victor Arino
3a8a932b27
boards/nucleo-f103: add support for nucleo-f103
7 years ago
Oleg Hahm
b522c13432
example ccn-lite-relay; enable TLSF for native
...
With the previous commit TLSF should compile for native, too.
7 years ago
Oleg Hahm
60e283e6a2
pkg tlsf: add tlsf initialization function
...
The init function was patched out, but is actually required to compile without warnings with -pedantic enabled.
This patch also updates ccn-lite and x86 support accordingly.
7 years ago
Oleg Hahm
5259629678
ccn-lite example: use TLSF
7 years ago
Oleg Hahm
13958178f5
shell: move ccnl commands from example to shell
7 years ago
Oleg Hahm
f3d16b85a5
ccn-lite: initial import of an example
7 years ago
Hauke Petersen
809b907ec6
exmaples/gnrc_tftp: adapted to changed FLAG names
7 years ago
Hauke Petersen
4216f9fef0
examples: adapted to renamed THREAD_FLAGS
7 years ago
Kaspar Schleiser
0f1302d72a
examples: initial commit of microcoap_example
7 years ago
DipSwitch
ede923bc5c
tftp: implement TFTP server and client
...
Fix: packet size and typo in transfer mode main -> mail
7 years ago
Sebastian Sontberg
2739a36555
examples/default: remove trailing whitespaces
7 years ago
Oleg Hahm
fdf6da07eb
examples: every socket thread needs a msg queue
7 years ago
Oleg Hahm
f3f485a0e9
examples: initial import of a minimal gnrc app
7 years ago
Hauke Petersen
02f502429d
examples/default: use SAUL
7 years ago
Hauke Petersen
ff7999781c
examples: added Arduino hello-world example
7 years ago
Cenk Gündoğan
58cb5a2738
examples: gnrc_networking: vtimer to xtimer
7 years ago
Hauke Petersen
729e4d1992
examples/gnrc_border_router: blacklisted boards
7 years ago
Paul Rathgeb
cefe2a6698
make: Blacklisted the board 'weio' for some test due to insufficient
...
RAM/ROM
Blacklisted LPC11Uxx.h for doxygen
7 years ago
Oleg Hahm
b538c74229
examples: spending the main thread a message queue
...
Since it is likely that the main thread will send netapi IPC calls that expects a reply. These replies may come faster than the thread can handle them, causing the layers below to stuck.
7 years ago
Cenk Gündoğan
bab642bd37
examples/gnrc_border_router: README fixes
7 years ago
Ludwig Knüpfer
eda6328e21
documentation: update my name (Ortmann -> Knüpfer)
7 years ago
Martine Lenders
a345a9dfa6
examples: add POSIX socket example
7 years ago
Martine Lenders
ea3d4310d0
examples/gnrc_networking: address output according to RFC 3986 and 5952
7 years ago
Martine Lenders
1ba5cb8157
examples: unblacklist boards in gnrc_networking
7 years ago
Oleg Hahm
04bda78e7f
examples: removed superfluous blacklisting
...
ATmega now has a panic function, no need for blacklisting any more.
7 years ago
Oleg Hahm
474c6d63c8
gnrc_border_router: added a first draft for a README
7 years ago
Martine Lenders
f6be1cee25
examples: provide example application for a 6LoWPAN border router
7 years ago
Oleg Hahm
0e3669b957
examples: only include gnrc for board with netif
7 years ago
Martine Lenders
207ad677fa
examples/default: fix indentation in Makefile
7 years ago
Oleg Hahm
d32c99a683
default example: updated README
7 years ago
Oleg Hahm
e156bd820e
examples: networking support for default example
...
Adds basic link layer functionality to the default example application.
7 years ago
Kaspar Schleiser
69c9a9c82f
examples: default: remove obsolete vtimer dependency
7 years ago
Kaspar Schleiser
a13bc46f3e
sys: remove uart0
8 years ago
Hauke Petersen
3936e32afa
examples: removed blacklistings for redbee-econotag
8 years ago