README.md 1.7 KB
Newer Older
麦壳饼's avatar
麦壳饼 已提交
1
![Image LOGO]docs/images/350x100.png)  
麦壳饼's avatar
麦壳饼 已提交
2

麦壳饼's avatar
麦壳饼 已提交
3
[![Build status](https://ci.appveyor.com/api/projects/status/5o23f5vss89ct2lw/branch/master?svg=true)](https://ci.appveyor.com/project/MaiKeBing/iotsharp/branch/master)
麦壳饼's avatar
麦壳饼 已提交
4
![GitHub](https://img.shields.io/github/license/iotsharp/iotsharp.svg)
麦壳饼's avatar
麦壳饼 已提交
5

麦壳饼's avatar
麦壳饼 已提交
6 7 8

IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.

麦壳饼's avatar
麦壳饼 已提交
9

麦壳饼's avatar
麦壳饼 已提交
10
## Contributing
麦壳饼's avatar
麦壳饼 已提交
11 12 13
 - If you'd like to contribute to IoTSharp, please take a look at our [Contributing Guide](contributing.md).
 - If you have a question or have found a bug,[ file an issue.](https://github.com/IoTSharp/IoTSharp/issues)
 - To learn about project priorities as well as status and ship dates see the [IoTShap roadmap](roadmap.md).
麦壳饼's avatar
麦壳饼 已提交
14 15 16

## Support

麦壳饼's avatar
麦壳饼 已提交
17
 - [Stackoverflow](http://stackoverflow.com/questions/tagged/iotsharp)
麦壳饼's avatar
麦壳饼 已提交
18

19 20
## [Document](https://docs.iotsharp.io)

麦壳饼's avatar
麦壳饼 已提交
21 22 23 24 25
## IoTSharp's Clients and Sdks
 - Cicada    A desktop application  https://github.com/IoTSharp/Cicada
 - C Client SDK for IoTSharp  https://github.com/IoTSharp/IoTSharp-C-Client-Sdk
 - C# Client SDK for IoTSharp  https://github.com/IoTSharp/IoTSharp.SDKs 

麦壳饼's avatar
麦壳饼 已提交
26

麦壳饼's avatar
麦壳饼 已提交
27

28 29 30 31 32 33 34 35 36 37 38 39

## How to install ?
 -  mkdir  /var/lib/iotsharp/
 -	cp ./*  /var/lib/iotsharp/
 -	chmod 777 /var/lib/iotsharp/IoTSharp
 -	cp  iotsharp.service   /etc/systemd/system/iotsharp.service
 -	sudo systemctl enable  /etc/systemd/system/iotsharp.service 
 -	sudo systemctl start  iotsharp.service 
 -	sudo journalctl -fu  iotsharp.service 
 -	http://127.0.0.1:80/ 
 -  

麦壳饼's avatar
麦壳饼 已提交
40 41 42 43 44 45 46 47 48
##  IoTSharp.Edge.RT-Thread

IoTSharp.Edge.RT-Thread (STM32L4 + Wi-Fi, sensor, lcd, audio etc)

https://github.com/IoTSharp/IoTSharp.Edge.RT-Thread

![20190615010003.jpg](docs/images/20190615010003.jpg)

![20190615010115.jpg](docs/images/20190615010115.jpg)