README.md 1.2 KB
Newer Older
麦壳饼's avatar
麦壳饼 已提交
1 2 3 4 5 6 7 8 9
# IoTSharp 

[![Build status](https://ci.appveyor.com/api/projects/status/lfqpc9lrt99ar74h?svg=true)](https://ci.appveyor.com/project/MaiKeBing/iotsharp)

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

![IotSharp Logo](doc/img/logo.png)

## Contributing
麦壳饼's avatar
麦壳饼 已提交
10 11 12
 - 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
麦壳饼 已提交
13 14 15

## Support

麦壳饼's avatar
麦壳饼 已提交
16
 - [Stackoverflow](http://stackoverflow.com/questions/tagged/iotsharp)
麦壳饼's avatar
麦壳饼 已提交
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32

## Documentation

## How to install

### Linux  
 -  mkdir  /var/iotsharp 
 -	cp ./*  /var/iotsharp/
 -	chmod 777 IoTSharp.Hub
 -	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:5000/ 

### Windows  
麦壳饼's avatar
麦壳饼 已提交
33
 - sc create iotsharp binPath= "D:\iotsharp\IoTSharp.Hub.exe" displayname= "IoTSharp"  start= auto