Граф коммитов

88 Коммитов

Автор SHA1 Сообщение Дата
yphuangms ed85c4077b
Merge pull request #98 from Azure/repo-archived-notice
Add repo archiving notice in README.
2022-01-06 17:41:04 +08:00
Yu-Ping Huang 681e353827 Add repo archiving notice in README. 2022-01-06 17:24:14 +08:00
yphuangms 68d5a26ea1
Merge pull request #74 from rjoshi/patch-1
Enable Long polling intervals by retrying after socket timeout.
2019-05-17 12:29:59 +08:00
Rohit Joshi 5e6b673689
Enable Long polling intervals by retrying after socket timeout. 2019-05-15 22:47:59 -07:00
Yu-Ping Huang (ManpowerGroup Taiwan) f8a0045724 [update] update docker file to generate container images for iotedge 1.0.5
[new] add windows arm32v7 container image output
2019-01-28 17:09:41 +08:00
Sander van de Velde 6355e834c9 Adding support for PP output message format (#59)
* To support IoT Edge Asa, the original PP output format is added and selectable using module twin property "Version":"1"

* Removed the SqlCommand message from GA output

* Original repository and version restored

* removed unneeded .vs files

* Added GA Payload

Message is ommitted for now

* Added GA example message

The readme now has an example message from a recorded session.

* GA Message Payload format

Typo fix

* Fixed GA to PP for the new version switch

PP comes before GA. Code was already OK but I now reference the right version.
2018-09-18 15:23:51 +08:00
Stephen Chen (ManPower) 582bf225a8 update sdk .net version
add more checking in configuration, fix issue #55
2018-09-11 12:16:15 +08:00
Stephen fdcf70df2c
Update README.md 2018-08-22 11:52:34 +08:00
Stephen f3e89530bc
Update README.md 2018-08-10 10:18:52 +08:00
Kevin Benton 947a1ec8ec Report properties back to IoT Hub on change. (#54)
* Report properties back to IoT Hub on change.

* Adds use of base classes instead of duplicate code for reported properties.
2018-08-07 09:48:44 +08:00
Stephen Chen (ManPower) e691ee5cf4 [v1] fix issue #51 2018-07-24 15:59:13 +08:00
Stephen Chen (ManPower) 7b1e203f27 [v1] add socket timeout to fix issue #52 2018-07-24 12:48:02 +08:00
Stephen Chen (ManPower) 0f22717c1f [v2] update README to remove standalone statement. #48 2018-07-20 17:32:47 +08:00
Stephen Chen (ManPower) 794a8c21a7 [v1] fix issue #49 2018-07-20 17:28:50 +08:00
Stephen 82a8847be1
Ga develop (#50)
* [fix] use AMQP instead of MQTT to fix reconnection failure after one hour for arm32 platform
[fix[ fix missing replacement of DeviceClient->ModuleClient
2018-07-19 15:04:55 +08:00
Stephen 9a98463481
Ga develop (#47)
* [update] BREAKING CHANGE: support IoT Edge GA
[update] remove #IOT_EDGE debugging flag, since IoT Edge now can debug into containers
[fix] fix GetConnectionType() exception

* [update] update README

* [fix] fix Dockerfile for arm32v7
2018-07-09 09:58:44 +08:00
Stephen e9b77ac27e
Update Dockerfile
Fix DLL load error
2018-05-14 11:24:57 +08:00
Stephen Chen (ManPower) 1aea733eac [update] change output message structure.
go from flat array to structured array grouped by HwId, CorrelationId and SourceTimeStamp.
2018-04-17 12:45:05 +08:00
Sander van de Velde 87b44d50dd Add RetryCount and RetryInterval in Configuration example (#34)
These two parameters are defined but where to place them was not shown.
Values of the parameters are set to default values.
2018-03-19 10:25:37 +08:00
termocontrole 390556176f [fix] Modbus RTU sync issues (#32) 2018-03-12 16:14:22 +08:00
termocontrole 99be072aa3 Fixed read problems on Modbus RTU (#31)
* [fix] Set non-canonical mode for Modbus RTU

* Fixed docker build command
2018-03-05 10:31:34 +08:00
Stephen Chen (ManPower) f460c17e8a [fix] unable to connect Modbus RTU 2018-02-26 16:30:32 +08:00
Stephen Chen (ManPower) a75915a424 [update] update configuration template 2018-02-06 14:54:08 +08:00
Stephen Chen (ManPower) 602d52e323 make "RetryCount" and "RetryInterval" configurable. 2018-02-02 11:18:42 +08:00
Stephen Chen (ManPower) 8fedc1bfb2 [fix] try to read response to fast causing exception in readResponse() when socket.Available = 0 2018-02-01 12:18:04 +08:00
Stephen Chen (ManPower) 283f16cb7d [fix] auto reconnection issue 2018-01-26 12:48:31 +08:00
Stephen Chen (ManPower) 13f02b2cf9 Merge branch 'master' of https://github.com/Azure/iot-gateway-modbus 2018-01-15 16:25:39 +08:00
Stephen Chen (ManPower) 62c8450578 [feature] add tcp port configurable 2018-01-15 16:24:29 +08:00
Stephen a062f92af4
Merge pull request #21 from sandervandevelde/patch-2
routes typo
2018-01-02 11:40:51 +08:00
Stephen 2ddb1b99d6
Merge pull request #22 from sandervandevelde/patch-3
Another route typo
2018-01-02 11:40:03 +08:00
Sander van de Velde 680d3b5f72
Another route typo 2017-12-27 00:47:47 +01:00
Sander van de Velde 54c1d1060b
routes type 2017-12-27 00:45:14 +01:00
Stephen 1b75e44ec8
Update README.md
Update Docker image uri
2017-12-20 18:01:22 +08:00
Stephen Chen (ManPower) 8177016929 [fix] add max retry attempt to prevent infinite loop
[fix] process grouped registers' data at once
[update] update configuration template
2017-12-19 11:55:53 +08:00
Stephen Chen (ManPower) 218dfc3eae [doc] update image 2017-12-15 15:12:54 +08:00
Stephen Chen (ManPower) 658fed20f7 [doc] update doc 2017-12-14 18:00:21 +08:00
Stephen Chen (ManPower) a2ea4a5ff1 [feature] support Modbus RTU in Linux container
[doc] update usage of Modbus RTU, update diagram
2017-12-14 10:24:35 +08:00
Stephen Chen (ManPower) 08041b4bd8 [update] rename v1 folder to lower case 2017-12-04 13:19:33 +08:00
Stephen f7843d6fee
Merge pull request #16 from Azure/sc_rtu_dev
[feature] add Modbus RTU connectivity
2017-12-04 12:42:39 +08:00
Stephen Chen (ManPower) 20aabc5766 [feature] add Modbus RTU connectivity
[update] doc
2017-12-04 12:39:34 +08:00
Stephen e38e8af197
Merge pull request #15 from sandervandevelde/patch-1
broken path fixed
2017-11-21 10:42:01 +08:00
Sander van de Velde 089453b7d8
broken path fixed
It seems the path is now https://github.com/Azure/iot-edge/blob/master/v1/samples/hello_world/iot-hub-windows-iot-edge-get-started.md
2017-11-20 22:35:35 +00:00
Stephen Chen 5b4e304359 [Update] fix interval delay and update doc 2017-11-16 14:32:35 +08:00
Stephen Chen ed96cbe977 [Update] update readme 2017-11-15 18:48:29 +08:00
Stephen Chen 1415f9c0bb [Update] update readme 2017-11-15 18:44:42 +08:00
Stephen cf5bc6239a
Merge pull request #13 from Azure/sc_v2_develop
Sc v2 develop
2017-11-15 18:32:58 +08:00
Stephen Chen 8531e6236d [Update] update doc 2017-11-15 18:27:25 +08:00
Stephen Chen 139434ad39 [Fix] turn IOT_EDGE flag, fix Dockerfile 2017-11-15 16:54:11 +08:00
Stephen Chen f708329e6f [Update] update doc, format, code 2017-11-15 14:51:04 +08:00
Stephen Chen 5d2d778229 [Update] update doc 2017-11-14 16:11:07 +08:00