Skip to content

Commit

Permalink
readme: Remove source layout section
Browse files Browse the repository at this point in the history
This section provides limited use since Github as well as modern IDEs
have good file browsing built in. The source layout section consumes
valuable visual space on the Github landing page and distracts from
other important information.
  • Loading branch information
mlasch committed Jun 17, 2024
1 parent f0e884c commit 5e4effd
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,34 +26,6 @@ This work is dual-licensed under the Eclipse Public License v2.0 and Eclipse Dis

[![Build](https://github.com/eclipse/wakaama/actions/workflows/build_and_test.yaml/badge.svg)](https://github.com/eclipse/wakaama/actions/workflows/build_and_test.yaml)

## Source Layout

-+- core (the LWM2M engine)
|
+- coap (CoAP stack adaptation)
| |
| +- er-coap-13 (Modified Erbium's CoAP engine from
| https://web.archive.org/web/20180316172739/http://people.inf.ethz.ch/mkovatsc/erbium.php)
|
+- data (data formats serialization/deserialization)
|
+- tests (test cases)
| |
| +- integration (pytest based integration tests implementing the OMA-ETS-LightweightM2M-V1_1-20190912-D specification
| https://www.openmobilealliance.org/release/LightweightM2M/ETS/OMA-ETS-LightweightM2M-V1_1-20190912-D.pdf)
+- examples
|
+- bootstrap_server (a command-line LWM2M bootstrap server)
|
+- client (a command-line LWM2M client with several test objects)
|
+- lightclient (a very simple command-line LWM2M client with several test objects)
|
+- server (a command-line LWM2M server)
|
+- shared (utility functions for connection handling and command-
line interface)

## Checking out the code

### Using Wakaama as library
Expand Down

0 comments on commit 5e4effd

Please sign in to comment.