[riot-commits] [RIOT-OS/RIOT] ede923: tftp: implement TFTP server and client
Oleg Hahm
oleg at hobbykeller.org
Fri Dec 4 01:36:30 CET 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: ede923bc5c2101974483829bf252137e8c840096
https://github.com/RIOT-OS/RIOT/commit/ede923bc5c2101974483829bf252137e8c840096
Author: DipSwitch <dipswitch at ownage4u.nl>
Date: 2015-12-03 (Thu, 03 Dec 2015)
Changed paths:
M Makefile.dep
A examples/gnrc_tftp/Makefile
A examples/gnrc_tftp/README.md
A examples/gnrc_tftp/main.c
A examples/gnrc_tftp/tftp_client.c
A examples/gnrc_tftp/tftp_server.c
A sys/include/net/gnrc/tftp.h
M sys/net/gnrc/Makefile
A sys/net/gnrc/application_layer/tftp/Makefile
A sys/net/gnrc/application_layer/tftp/gnrc_tftp.c
Log Message:
-----------
tftp: implement TFTP server and client
Fix: packet size and typo in transfer mode main -> mail
Commit: 09aa558f8e1f7c99c731f92f6f1e0a0ce5ec03e9
https://github.com/RIOT-OS/RIOT/commit/09aa558f8e1f7c99c731f92f6f1e0a0ce5ec03e9
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-12-04 (Fri, 04 Dec 2015)
Changed paths:
M Makefile.dep
A examples/gnrc_tftp/Makefile
A examples/gnrc_tftp/README.md
A examples/gnrc_tftp/main.c
A examples/gnrc_tftp/tftp_client.c
A examples/gnrc_tftp/tftp_server.c
A sys/include/net/gnrc/tftp.h
M sys/net/gnrc/Makefile
A sys/net/gnrc/application_layer/tftp/Makefile
A sys/net/gnrc/application_layer/tftp/gnrc_tftp.c
Log Message:
-----------
Merge pull request #3911 from DipSwitch/tftp_client
Initial TFTP support
Compare: https://github.com/RIOT-OS/RIOT/compare/6c8d63bcac57...09aa558f8e1f
More information about the commits
mailing list