-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Update readme to be more comprehensive
Update the overall structure of the readme to be more comprehensive and easier to read and configure. Signed-off-by: Akarshan Kapoor <data.akarshan@icloud.com>
- Loading branch information
1 parent
d7de908
commit d9ee36c
Showing
7 changed files
with
167 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,17 @@ | ||
LwM2M Server | ||
============ | ||
.. image:: doc/source/_static/LogoForReadme.png | ||
|
||
Flow Nexus Overview 🌐 | ||
====================== | ||
|
||
This repository hosts a framework to build IoT applications using the LwM2M | ||
protocol. The framework is based on a Leshan LwM2M server and a Django Backend. | ||
This combination allows to manage low power IoT devices, e.g. running Zephyr OS | ||
efficiently. | ||
|
||
The project is described in more detail in the linked GitHub pages. The | ||
framework is work in progress and is not yet ready for production use. | ||
|
||
External Dependencies | ||
##################### | ||
|
||
External components are maintained in their respective versions via a `west` | ||
manifest file. Make sure to configure west to reference the manifest file | ||
(west.yml) in this repository and update all references with:: | ||
|
||
# Initialize this repository and external components in a new workspace | ||
$ pip3 install west | ||
$ west init -m https://github.com/jonas-rem/lwm2m_server --mr main my_workspace | ||
$ cd my-workspace | ||
$ west update | ||
Getting Started 🛠️ | ||
================== | ||
|
||
Testing the Framework locally | ||
############################# | ||
Explore our `documentation <https://jonas-rem.github.io/lwm2m_server/>`_ to learn | ||
more about the project and get started! | ||
|
||
The framework can be started locally using docker-compose. By using simulated | ||
Zephyr device running in the same local environment, it can be easily tested. | ||
Please check the documentation for more details. | ||
**⚠️ Warning: The framework is a work in progress and is not yet ready for production use.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ plantuml==0.3.0 | |
sphinxcontrib-plantuml | ||
sphinx-autobuild | ||
codespell | ||
tox |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters