Skip to content

Commit

Permalink
Project README changed to new LWM2M server/client testing ports
Browse files Browse the repository at this point in the history
  • Loading branch information
bojh authored and jvermillard committed Dec 11, 2014
1 parent a2c9c00 commit e328102
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In the any directory, run the following commands:
make
./lwm2mserver

The lwm2mserver listens on UDP port 5684. It features a basic command line
The lwm2mserver listens on UDP port 5683. It features a basic command line
interface. Type 'help' for a list of supported commands.


Expand Down Expand Up @@ -75,6 +75,6 @@ The lwm2mclient features four LWM2M objects:
test | 1 | R/W | No | Yes | Integer | 0-255 |
exec | 2 | E | No | Yes | | |

The lwm2mclient opens udp port 5683 and tries to register to a LWM2M Server at
127.0.0.1:5684. It features a basic command line interface. Type 'help' for a
The lwm2mclient opens udp port 56830 and tries to register to a LWM2M Server at
127.0.0.1:5683. It features a basic command line interface. Type 'help' for a
list of supported commands.

0 comments on commit e328102

Please sign in to comment.