README.md 1.4 KB
Newer Older
麦壳饼's avatar
麦壳饼 已提交
1 2
# IoTSharp 

麦壳饼'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 5
![GitHub](https://img.shields.io/github/license/iotsharp/iotsharp.svg)
![GitHub package.json version](https://img.shields.io/github/package-json/v/iotsharp/iotsharp-ui.svg?label=IoTSharp-UI%20Version)
麦壳饼'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 11

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

## Support

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

## Documentation

## How to install

### Linux  
 -  mkdir  /var/iotsharp 
 -	cp ./*  /var/iotsharp/
麦壳饼's avatar
麦壳饼 已提交
27
 -	chmod 777 IoTSharp
麦壳饼's avatar
麦壳饼 已提交
28 29 30 31 32 33 34
 -	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
麦壳饼 已提交
35
 - sc create iotsharp binPath= "D:\iotsharp\IoTSharp.exe" displayname= "IoTSharp"  start= auto
麦壳饼's avatar
麦壳饼 已提交
36 37

![IotSharp Logo](docs/images/iot_sharp_logo.png)