@@ -71,15 +71,6 @@ After the installation you have to:
71
71
* Configure each device you want to use, either as a personalized device (ABP) or
72
72
as an over-the-air activated (OTAA) device.
73
73
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
-
83
74
### Integration
84
75
85
76
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
101
92
102
93
## Copyright and Licensing
103
94
104
- The MIT License (MIT)
95
+ The lorawan-server is distributed under the MIT License.
96
+ See the [ LICENSE] ( LICENSE ) .
105
97
106
98
Copyright (c) 2016-2017 Petr Gotthard
107
99
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.
0 commit comments