mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
/configs/clicker2-stm32/mrf24j40-6lowpan: Enables both client and server UDP tests on the target; Update a README file.
This commit is contained in:
@@ -436,6 +436,23 @@ Configurations
|
|||||||
|
|
||||||
nsh> ifup wpan0
|
nsh> ifup wpan0
|
||||||
|
|
||||||
|
6. examples/udp is enabled. This will allow two MRF24J40 nodes to
|
||||||
|
exchange UDP packets. Basic instructions:
|
||||||
|
|
||||||
|
On the server node:
|
||||||
|
|
||||||
|
nsh> ifconfig wpan0
|
||||||
|
nsh> udpserver &
|
||||||
|
|
||||||
|
The ifconfig command will show the IP address of the server. Then on
|
||||||
|
the client node use this IP address to start the client:
|
||||||
|
|
||||||
|
nsh> udpserver <server-ip> &
|
||||||
|
|
||||||
|
Where <server-ip> is the IP address of the server that you got above.
|
||||||
|
NOTE: There is no way to stop the UDP test once it has been started
|
||||||
|
other than by resetting the board.
|
||||||
|
|
||||||
nsh:
|
nsh:
|
||||||
|
|
||||||
Configures the NuttShell (nsh) located at examples/nsh. This
|
Configures the NuttShell (nsh) located at examples/nsh. This
|
||||||
|
|||||||
@@ -1356,6 +1356,9 @@ CONFIG_EXAMPLES_UDP=y
|
|||||||
# CONFIG_EXAMPLES_UDP_SERVER1 is not set
|
# CONFIG_EXAMPLES_UDP_SERVER1 is not set
|
||||||
CONFIG_EXAMPLES_UDP_PRIORITY1=100
|
CONFIG_EXAMPLES_UDP_PRIORITY1=100
|
||||||
CONFIG_EXAMPLES_UDP_STACKSIZE1=2048
|
CONFIG_EXAMPLES_UDP_STACKSIZE1=2048
|
||||||
|
CONFIG_EXAMPLES_UDP_TARGET2=y
|
||||||
|
CONFIG_EXAMPLES_UDP_PRIORITY2=100
|
||||||
|
CONFIG_EXAMPLES_UDP_STACKSIZE2=2048
|
||||||
CONFIG_EXAMPLES_UDP_DEVNAME="wpan0"
|
CONFIG_EXAMPLES_UDP_DEVNAME="wpan0"
|
||||||
# CONFIG_EXAMPLES_UDP_NETINIT is not set
|
# CONFIG_EXAMPLES_UDP_NETINIT is not set
|
||||||
CONFIG_EXAMPLES_UDP_IPv6=y
|
CONFIG_EXAMPLES_UDP_IPv6=y
|
||||||
@@ -1370,7 +1373,7 @@ CONFIG_EXAMPLES_UDP_SERVERIPv6ADDR_4=0x0000
|
|||||||
CONFIG_EXAMPLES_UDP_SERVERIPv6ADDR_5=0x0000
|
CONFIG_EXAMPLES_UDP_SERVERIPv6ADDR_5=0x0000
|
||||||
CONFIG_EXAMPLES_UDP_SERVERIPv6ADDR_6=0x00ff
|
CONFIG_EXAMPLES_UDP_SERVERIPv6ADDR_6=0x00ff
|
||||||
CONFIG_EXAMPLES_UDP_SERVERIPv6ADDR_7=0xfe00
|
CONFIG_EXAMPLES_UDP_SERVERIPv6ADDR_7=0xfe00
|
||||||
CONFIG_EXAMPLES_UDP_SERVERIPv6ADDR_8=0x1034
|
CONFIG_EXAMPLES_UDP_SERVERIPv6ADDR_8=0x0d00
|
||||||
# CONFIG_EXAMPLES_UDPBLASTER is not set
|
# CONFIG_EXAMPLES_UDPBLASTER is not set
|
||||||
# CONFIG_EXAMPLES_USBSERIAL is not set
|
# CONFIG_EXAMPLES_USBSERIAL is not set
|
||||||
# CONFIG_EXAMPLES_WATCHDOG is not set
|
# CONFIG_EXAMPLES_WATCHDOG is not set
|
||||||
|
|||||||
@@ -847,6 +847,7 @@ CONFIG_EXAMPLES_UDP=y
|
|||||||
# CONFIG_EXAMPLES_UDP_SERVER1 is not set
|
# CONFIG_EXAMPLES_UDP_SERVER1 is not set
|
||||||
CONFIG_EXAMPLES_UDP_PRIORITY1=100
|
CONFIG_EXAMPLES_UDP_PRIORITY1=100
|
||||||
CONFIG_EXAMPLES_UDP_STACKSIZE1=2048
|
CONFIG_EXAMPLES_UDP_STACKSIZE1=2048
|
||||||
|
# CONFIG_EXAMPLES_UDP_TARGET2 is not set
|
||||||
CONFIG_EXAMPLES_UDP_DEVNAME="eth0"
|
CONFIG_EXAMPLES_UDP_DEVNAME="eth0"
|
||||||
CONFIG_EXAMPLES_UDP_NETINIT=y
|
CONFIG_EXAMPLES_UDP_NETINIT=y
|
||||||
CONFIG_EXAMPLES_UDP_IPv4=y
|
CONFIG_EXAMPLES_UDP_IPv4=y
|
||||||
|
|||||||
Reference in New Issue
Block a user