Skip to content

Commit

Permalink
add leshan-code-cf to list of modules in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Feb 20, 2017
1 parent b24c05b commit 8cf9e02
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,15 @@ mvn eclipse:eclipse

Modules
-----------------
`Leshan-core` : commons elements.
`Leshan-server-core` : server lwm2m logic.
`Leshan-server-cf` : server implementation based on [californium](https://github.com/eclipse/californium).
`Leshan-client-core` : client lwm2m logic.
`Leshan-client-cf` : client implementation based on [californium](https://github.com/eclipse/californium).
`Leshan-all` : every previous modules in 1 jar.
`Leshan-client-demo` : a simple demo client.
`Leshan-server-demo` : a lwm2m demo server with a web UI.
`Leshan-bsserver-demo` : a bootstarp demo server with a web UI.
`Leshan-integration-tests` : integration automatic tests.
`leshan-core` : commons elements.
`leshan-core-cf` : commons elements which depends on [californium](https://github.com/eclipse/californium).
`leshan-server-core` : server lwm2m logic.
`leshan-server-cf` : server implementation based on [californium](https://github.com/eclipse/californium).
`leshan-client-core` : client lwm2m logic.
`leshan-client-cf` : client implementation based on [californium](https://github.com/eclipse/californium).
`leshan-all` : every previous modules in 1 jar.
`leshan-client-demo` : a simple demo client.
`leshan-server-demo` : a lwm2m demo server with a web UI.
`leshan-bsserver-demo` : a bootstarp demo server with a web UI.
`leshan-integration-tests` : integration automatic tests.

0 comments on commit 8cf9e02

Please sign in to comment.