Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
drasko authored Jun 15, 2016
1 parent 50fcae2 commit b8327f0
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
## Electrolink Server for RIOT RTOS
## Electrolink Server for Freertos

`Electrolink RIOT Server` is a [RIOT RTOS](https://www.riot-os.org/) application that is implementing [Electrolink protocol specification](https://github.com/projectiota/electrolink/blob/master/electrolink-protocol.md) file
`Electrolink RIOT Server` is a [Freertos](http://www.freertos.org/) application that is implementing [Electrolink protocol specification](https://github.com/projectiota/electrolink/blob/master/electrolink-protocol.md) file

It targets [Espressif ESP8266](https://espressif.com/en/products/hardware/esp8266ex/overview) architecture.

## Usage
Clone [RIOT RTOS](https://github.com/RIOT-OS/RIOT):
Clone [esp-open-rtos](https://github.com/SuperHouse/esp-open-rtos):
```
git clone https://github.com/RIOT-OS/RIOT
git clone https://github.com/SuperHouse/esp-open-rtos
```

Clone Electrolink RIOT server app next to RIOT RTOS dir:
Clone Electrolink Freertos server app next to `esp-open-rtos` dir:
```
git clone https://github.com/projectiota/electrolink-server-riot
git clone https://github.com/projectiota/electrolink-server-freertos
```

Build:
```
cd electrolink-server-riot
cd electrolink-server-freertos
make
```

Execute:
```
./bin/native/electrolink-server-riot.elf
make flash
```

## License

0 comments on commit b8327f0

Please sign in to comment.