iotgateway icon indicating copy to clipboard operation
iotgateway copied to clipboard

A cross-platform IoT gateway based on .net6. Through visual configuration, you can easily connect to any of your devices and systems (such as PLC, barcode scanner, CNC, database, serial device, host c...

Results 10 iotgateway issues
Sort by recently updated
recently updated
newest added

大佬,我想使用iotgateway推送数据到thingsboard,那在iotgateway中只能使用mqtt-client,但和iotgateway在一起的设备也想获取设备相关的参数值,使用[http://iotgateway.net/docs/iotgateway/mqtt 的主题没有获得消息,或者我的配置不对(文档写的不太明白),希望指点,求教了,各位大佬。

环境变量名称如下: IoTGateway_DB IoTGateway_DBType IOT_DriverPath (如果不存在,则使用原有的默认配置)

开发Nlog Mqtt扩展,前端通过WebSocket Mqtt订阅系统日志进行调试

enhancement

Schemaless (无模式写入行协议)写入

enhancement

cpu、disk、ram

enhancement

enhancement

opcua node浏览后直接导入点位

enhancement

enhancement
help wanted

目前逻辑是按照DeviceVariables循环串行读取,在个数多的情况下,性能会明显变慢 可以使用ReadMultipleVars方法批量读取数据加快响应,提高吞吐量 ``` var pageSize = plcPageSize; var pages = (ioarg.Count / pageSize) + 1; for (int pageIndex = 0; pageIndex < pages; pageIndex++) { var source = ioarg.Skip(pageIndex *...

I would like to know if it's possible to configure MQTT with certificates for MQTT over SSL/TLS (MQTTS). Is this option available?