Skip to content

Commit 8b28c20

Browse files
committed
Simplify README and add a link to sponsors.
1 parent 8e175e1 commit 8b28c20

File tree

2 files changed

+20
-27
lines changed

2 files changed

+20
-27
lines changed

README.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,6 @@ After the installation you have to:
7171
* Configure each device you want to use, either as a personalized device (ABP) or
7272
as an over-the-air activated (OTAA) device.
7373

74-
Use the `dbexport` script to backup your list of users, gateways, devices and links.
75-
This will create several `db*.json` files. Use the `dbimport` script to write these
76-
files back to the server database.
77-
78-
The database is stored in the `Mnesia.lorawan@localhost` directory. To upgrade
79-
the database structure or recover from database errors you should do `dbexport`,
80-
then shutdown the server, update the server binaries, delete the Mnesia directory,
81-
start the server and do `dbimport`.
82-
8374
### Integration
8475

8576
You can integrate lorawan-server with external applications using the WebSocket
@@ -101,24 +92,13 @@ To implement a new application you need to create a new module implementing the
10192

10293
## Copyright and Licensing
10394

104-
The MIT License (MIT)
95+
The lorawan-server is distributed under the MIT License.
96+
See the [LICENSE](LICENSE).
10597

10698
Copyright (c) 2016-2017 Petr Gotthard
10799

108-
Permission is hereby granted, free of charge, to any person obtaining a copy
109-
of this software and associated documentation files (the "Software"), to deal
110-
in the Software without restriction, including without limitation the rights
111-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
112-
copies of the Software, and to permit persons to whom the Software is
113-
furnished to do so, subject to the following conditions:
114-
115-
The above copyright notice and this permission notice shall be included in all
116-
copies or substantial portions of the Software.
117-
118-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
119-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
120-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
121-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
122-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
123-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
124-
SOFTWARE.
100+
### Sponsors
101+
102+
<a href="http://www.iotini.com"><img align="left" src="http://www.iotini.com/images/logo.png"></a>
103+
[I2OT](http://www.iotini.com/#product) is the first industrial wireless sensor
104+
system that provides a total solution for industrial sensing needs.

doc/Administration.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The following REST resources are made available:
2626
/txframes/*123* | GET, DELETE | Frame with ID=*123*
2727
/rxframes | GET | Recent received frames
2828

29+
2930
## Web Admin
3031

3132
The management web-pages are available under `/admin`. It is just a wrapper around
@@ -97,3 +98,15 @@ transmission. Class A devices listen for downlinks only for 2 seconds after an u
9798
transmission, so it may take a while until all messages are transmitted.
9899

99100
![alt tag](https://raw.githubusercontent.com/gotthardp/lorawan-server/master/doc/images/admin-link-status.png)
101+
102+
103+
## Backup and Restore
104+
105+
Use the `dbexport` script to backup your list of users, gateways, devices and links.
106+
This will create several `db*.json` files. Use the `dbimport` script to write these
107+
files back to the server database.
108+
109+
The database is stored in the `Mnesia.lorawan@localhost` directory. To upgrade
110+
the database structure or recover from database errors you should do `dbexport`,
111+
then shutdown the server, update the server binaries, delete the Mnesia directory,
112+
start the server and do `dbimport`.

0 commit comments

Comments
 (0)