Skip to content

Commit 3935ae0

Browse files
authored
Update README.md
1 parent ab88b42 commit 3935ae0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![](http://res.cloudinary.com/jollen/image/upload/h_110/v1455862763/devify-logo_rh63vl.png)
2-
2+
es
33
A new way to write IoT application server code.
44

55
# devify-server
@@ -26,7 +26,7 @@ A cli tool [devify-cli](https://github.com/DevifyPlatform/devify-cli) is availab
2626
$ npm install -g devify-cli
2727
$ devify new <new_project_dir>
2828
$ cd <new_project_dir> && npm install
29-
$ node esp8266-coap-server.js
29+
$ node coap-broker-server-events.js
3030
```
3131

3232
## Tutorial
@@ -66,7 +66,7 @@ You need to export the host IP through ```HOST``` environment variable before st
6666

6767
```
6868
$ export HOST=192.168.0.100
69-
$ node esp8266-coap-server.js
69+
$ node coap-broker-server-events.js
7070
WoT/CoAP server is listening at coap://192.168.0.100:8000
7171
```
7272
The message shows that the server is listening at ```coap://192.168.0.100:8000```.
@@ -100,7 +100,7 @@ tmr.alarm(0, 1000, 1, function()
100100
end)
101101
```
102102

103-
The ```esp8266-coap-server.js ``` server will **not** print messages on the console. Please read [101-air-quality-sensor-console-print](https://github.com/DevifyPlatform/devify-server/tree/master/templates/101-air-quality-sensor-console-print) project template to extend ```esp8266-coap-server.js ``` server for printing messages on the console when there is data from IoT Device.
103+
The sample ```coap-broker-server-events.js``` will print messages from IoT devices on the console. Please read [101-air-quality-sensor-console-print](https://github.com/DevifyPlatform/devify-server/tree/master/templates/101-air-quality-sensor-console-print) for getting started.
104104

105105
## Developer Quickstart
106106

@@ -147,4 +147,4 @@ Devify is still under development. This project needs your help and contribution
147147

148148
## License
149149

150-
devify-server is released under the [MIT License](http://www.opensource.org/licenses/MIT). See [LICENSE.md](LICENSE.md).
150+
devify-server is released under the [MIT License](http://www.opensource.org/licenses/MIT). See [LICENSE.md](LICENSE.md).

0 commit comments

Comments
 (0)