1 Star 0 Fork 700

davied_xu / IoTSharp

forked from IoTSharp / IoTSharp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

IOTSharp LOGO

Build status GitHub .NET Core

IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management. IoTSharp 中文名称 貔貅物联网平台,用于数据收集通过规则引擎流转数据最后通过数据可视化管理数据结果,以及租户结构的资产管理。可用于实现自主可控的、自有机房、无需支付高额租赁费用的自有物联网平台

Contributing

Document

IoTSharp's Clients

  • Cicada A desktop application

How to install with docker-compose ?

 mkdir iotsharp
cd iotsharp 
wget https://raw.githubusercontent.com/IoTSharp/IoTSharp/master/docker-compose.yml
docker-compose up -d  

Demo url : http://139.9.232.10:2927

How to install as docker ?

  • docker pull iotsharp/iotsharp

How to install as Linux service ?

  • 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

IoTSharp.X509Extensions

We cloned q2g-helper-pem-nuget.removed Nlog. Added self-signed X509 functions, all of which will be used in iot#, while hope is useful for you. ...

https://github.com/IoTSharp/IoTSharp.X509Extensions

IoTSharp.SDKs

IoTSharp.SDKs 包含了 IoTSharp.Sdk.MQTT IoTSharp.Sdk.Http 用于采集端或者边缘部分进行数据采集通过sdk发送给IoTSharp。 https://github.com/IoTSharp/IoTSharp.SDKs

IoTSharp-C-Client-Sdk

IoTSharp-C-client-Sdk is mqttt client, it is by c;

https://github.com/IoTSharp/IoTSharp-C-Client-Sdk

paho.mqtt.c's demo

It' like IoTSharp-C-Client-Sdk, but is use paho.mqtt.c https://github.com/IoTSharp/IoTSharp.Edge.paho.mqtt.c

IoTSharp.Edge.nanoFramework

IoTSharp.Edge.nanoFramework is a nanoFramework's mqtt client , it run on STM32 !

https://github.com/IoTSharp/IoTSharp.Edge.nanoFramework

more info read https://www.cnblogs.com/MysticBoy/p/13159648.html or click https://www.nanoframework.net/

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 20190615010115.jpg

MQTTnet.AspNetCoreEx

Makes client connection authentication easier ! https://github.com/maikebing/MQTTnet.AspNetCoreEx

Silkier

Silkier is a common collection of extensions. For example, retry, partitioning in parallel,ObjectPool,RestClient's extension, LITTLE-ENDIAN and BIG-ENDIAN coversions and more .....

Silkier.EFCore

Silkier.EFCore is an extension for EF.Core, and the main features include executing the original sql statement, converting the original sql statement to a tuple or a class or array or json object or DataTable

Silkier.AspNetCore

Silkier.AspNetCore have ConfigureWindowsServices and UseJsonToSettings and more ...

https://github.com/maikebing/Silkier

SilkierQuartz

SilkierQuartz can be used within your existing application with minimum effort as a Quartz.NET plugin when it automatically creates embedded web server. Or it can be plugged into your existing OWIN-based web application as a middleware.

https://github.com/maikebing/SilkierQuartz

Maikebing.EntityFrameworkCore.Taos

Entity, Framework, EF, Core, Data, O/RM, entity-framework-core,TDengine

https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos

Support

公众号 QQ群
MIT License Copyright (c) 2018 IoT# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

IoTSharp 是一个 基于.Net Core 开源的物联网基础平台, 支持 HTTP、MQTT 、CoAp 协议, 属性数据和遥测数据协议简单类型丰富,是一个用于数据收集、处理、可视化与设备管理的 IoT 平台 QQ群:63631741 展开 收起
C#
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/davied_xu/IoTSharp.git
git@gitee.com:davied_xu/IoTSharp.git
davied_xu
IoTSharp
IoTSharp
master

搜索帮助