Commit Graph

3364 Commits

Author SHA1 Message Date
Sebastien Lorquet
ae88ed1d67 refactor address encoding, pan id compression was wrong. 2015-09-02 15:42:29 +02:00
Gregory Nutt
ae0d87c0cb PPPD: Fix a few coding style problems 2015-09-01 17:28:17 -06:00
Gregory Nutt
1f7a8d2f8d Merged in paulpatience/nuttx-apps (pull request #5)
Correct #if to #ifdef when the macro can be undefined
2015-09-01 12:31:59 -06:00
Paul A. Patience
266cc147c4 Correct #if to #ifdef when the macro can be undefined 2015-09-01 13:44:06 -04:00
Sebastien Lorquet
331571f69c add getchan routine
support beacon scan on single channel
2015-09-01 18:21:48 +02:00
Sebastien Lorquet
1d70e55296 pa can be enabled via ioctl 2015-08-31 18:13:51 +02:00
Gregory Nutt
69f578d442 Correct last change to NSH file 2015-08-30 18:57:32 -06:00
Bruno Herrera
4555282571 apps/nshlib: Fix error handling in 'mv' command. On a failure to expand the second path, the memory allocated for the expansion of the first path was not being freed. From Bruno Herrera. 2015-08-30 18:28:04 -06:00
Bruno Herrera
321924c0a5 apps/nshlib: Fix error handling in 'cat' command. On a failure to allocate memory, a file was not being closed. From Bruno Herrera. 2015-08-30 18:23:25 -06:00
Sebastien Lorquet
494046c61a Add a submenu for 802.15.4 apps 2015-08-30 23:37:29 +02:00
Sebastien Lorquet
2d14369b87 Merge branch 'master' of https://bitbucket.org/slorquet/apps into ieee
Conflicts:
	Kconfig
	Makefile
2015-08-30 23:37:16 +02:00
Gregory Nutt
ed2ccad735 examples/nettest: Fix a couple of crazy long delays that may make you think something is broken. In main, add a wait for the server to exit 2015-08-27 11:46:42 -06:00
Gregory Nutt
a7853cdc89 apps/examples/nettest: Extend the test so that it can be down using the local loopback device 2015-08-26 10:35:40 -06:00
Gregory Nutt
6cedfcd632 apps/examples/nettest: Add option to suppress networking initialization 2015-08-26 09:06:41 -06:00
Gregory Nutt
b7b943067a NSH: Fix formatting of ifconfig Local Loopback output 2015-08-26 07:59:12 -06:00
Gregory Nutt
ce3a2dc0d4 NSH changes to work with the network local loopback device 2015-08-24 13:59:52 -06:00
Gregory Nutt
73fc8b501e apps/system/symtab: Fix some typos; update .gitignore 2015-08-23 12:19:52 -06:00
Gregory Nutt
c7d8ef0f7c Move logic from nuttx/libc/symtab to apps/system/symtab 2015-08-23 11:59:07 -06:00
Gregory Nutt
f73ee9d352 apps/system/netdb would not build unless CONFIG_NETDB_HOSTFILE was defined because it needed gethostbyname. Noted by OrbitalFox 2015-08-21 09:29:38 -06:00
Pavel Pisa
64fb2c63b6 Correct numerous places where NETUTILS_DNSCLIENT was instead of NETDB_DNSCLIENT 2015-08-20 16:08:45 -06:00
Gregory Nutt
d836478728 apps/examples/usbserial: Can now be run as an NSH builtin-function. Now uses a configurable IO buffer size 2015-08-20 10:40:31 -06:00
Gregory Nutt
bc2cf8affd apps/examples/can: Remove can_devinit(). Replace with boardctl(BOARDIOC_CAN_INITIAILIZE,0) 2015-08-18 13:25:30 -06:00
Gregory Nutt
e35f64a3cf apps/examples/can: Trivial clean/simplification for test output 2015-08-18 12:41:10 -06:00
Gregory Nutt
9abb28c725 apps/examples/can: Use new IOCTL commands to show the current bit timing values 2015-08-18 11:21:47 -06:00
Gregory Nutt
cb25507a06 apps/examples/can: Extend test to report an errors reported by the CAN driver 2015-08-18 08:50:14 -06:00
Gregory Nutt
546450cc92 apps/examples/can: Fix usage of new number-of-messages command line option 2015-08-17 11:57:25 -06:00
Gregory Nutt
64e1548bb7 apps/examples/can: Extended the CAN test by adding more command line options 2015-08-17 11:07:39 -06:00
Gregory Nutt
c11c4d6bd9 Add si_errno to siginfo_t 2015-08-14 10:12:35 -06:00
Gregory Nutt
54235ebb8d Prep for 7.11 release 2015-08-13 11:52:55 -06:00
Gregory Nutt
2f3303526f apps/examples/can: In extended ID mode, need to set some unused bits to zero or otherwise the memcmp() will fail on comparison with the returned value 2015-08-13 08:09:14 -06:00
Gregory Nutt
d64f6c300e Add a mkkconfig.bat script needed for the Windows native build 2015-08-12 15:29:52 -06:00
Sebastien Lorquet
cf097c84b8 minor sniff update
send beacons using the addrstore routine.
2015-08-12 22:27:38 +02:00
Sebastien Lorquet
0d00a82c88 support the use of null to signal absence of address 2015-08-12 22:26:57 +02:00
Gregory Nutt
3a55ecabf8 Update README file 2015-08-12 07:43:08 -06:00
Gregory Nutt
74801cf38e apps/tools/mkkconfig.sh: The top-level Kconfig file is not auto-generated. The autogenerated Kconfig file will be constructed so that every second level directory that contains a Kconfig file will automatically be sourced 2015-08-11 17:49:10 -06:00
Gregory Nutt
c9e0baeb52 Remove all hardcoded directories from Makefile 2015-08-11 16:26:15 -06:00
Sebastien Lorquet
a371f09d85 Merge branch 'master' of https://bitbucket.com/slorquet/apps into ieee 2015-08-11 09:47:56 +02:00
Anton D. Kachalov
b43c5a6b1e THTTPD: Depends on !DISABLE_POLL
webserver:  Allow to build webserver as an application

Signed-off-by: Anton D. Kachalov mouse@yandex-team.ru
2015-08-10 14:44:11 -06:00
Sebastien Lorquet
7a769509f0 move cca routines to common lib
improve beacons scan display
2015-08-10 17:25:31 +02:00
Sebastien Lorquet
1653cb6285 add cca declares to common header 2015-08-10 17:25:08 +02:00
Sebastien Lorquet
329c680d60 debug response beacon
set mrf mode to pan coordinator
2015-08-10 17:24:22 +02:00
Sebastien Lorquet
0ed2a4491f forgot makefile in previous commit 2015-08-10 17:22:19 +02:00
Sebastien Lorquet
90d31d2666 fix bug that prevented correct address parsing 2015-08-10 17:21:47 +02:00
Sebastien Lorquet
c57fd24078 add cca support in common lib 2015-08-10 17:21:20 +02:00
Sebastien Lorquet
dee320949d coord is now sending replies to beacon requests 2015-08-10 14:37:30 +02:00
Sebastien Lorquet
2b4fa91f37 only sniff uses promisc mode, beacon scan does not. 2015-08-10 14:37:01 +02:00
Sebastien Lorquet
a867dfb3bb add forgotten makefile in previous commit 2015-08-10 14:35:38 +02:00
Sebastien Lorquet
b533d4b12d fix setsaddr 2015-08-10 14:35:13 +02:00
Sebastien Lorquet
d80fd440b6 add support for dev mode change and address encoding 2015-08-10 14:34:35 +02:00
Sebastien Lorquet
51c4ec5d22 move address parsing to a lib routine. 2015-08-10 11:28:12 +02:00