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

  • 61ba3e18c1 added version to use IoT Central format Don Zheng 2019-05-16 15:34:07 +0800
  • 5e6b673689
    Enable Long polling intervals by retrying after socket timeout. Rohit Joshi 2019-05-15 22:47:59 -0700
  • 06188ebc71 option to use iot central Don Zheng 2019-05-16 00:55:13 +0800
  • 5751bd70f8 Added tcp:hostname to IP Address resolution for SlaveConnection value Azure/iot-edge-modbus#65 Anand Patel 2019-03-07 21:22:34 +1000
  • f8a0045724 [update] update docker file to generate container images for iotedge 1.0.5 [new] add windows arm32v7 container image output 1.0.5-preview Yu-Ping Huang (ManpowerGroup Taiwan) 2019-01-28 17:09:41 +0800
  • 6355e834c9 Adding support for PP output message format (#59) Sander van de Velde 2018-09-18 09:23:51 +0200
  • 723d4772da
    Fixed GA to PP for the new version switch Sander van de Velde 2018-09-18 08:00:47 +0200
  • 746ecd152e
    GA Message Payload format Sander van de Velde 2018-09-18 06:31:08 +0200
  • d806decd86
    Added GA example message Sander van de Velde 2018-09-18 06:25:38 +0200
  • d1a4ce38f6
    Added GA Payload Sander van de Velde 2018-09-18 05:58:46 +0200
  • 56351f1805 removed unneeded .vs files Sander van de Velde 2018-09-16 12:35:18 +0200
  • f55510daf5 Original repository and version restored Sander van de Velde 2018-09-16 12:26:35 +0200
  • 2b929f1141 Removed the SqlCommand message from GA output Sander van de Velde 2018-09-16 12:21:56 +0200
  • f4431b432e To support IoT Edge Asa, the original PP output format is added and selectable using module twin property "Version":"1" Sander van de Velde 2018-09-16 12:06:24 +0200
  • 6c7c0ad6cf
    Merge 627493ada8 into 582bf225a8 Sander van de Velde 2018-09-15 23:05:59 +0000
  • 627493ada8
    Typo prevents successful compile Sander van de Velde 2018-09-16 01:05:43 +0200
  • 582bf225a8 update sdk .net version add more checking in configuration, fix issue #55 Stephen Chen (ManPower) 2018-09-11 12:13:01 +0800
  • fdcf70df2c
    Update README.md Stephen 2018-08-22 11:52:34 +0800
  • f3e89530bc
    Update README.md Stephen 2018-08-10 10:18:52 +0800
  • 947a1ec8ec Report properties back to IoT Hub on change. (#54) Kevin Benton 2018-08-06 20:48:44 -0500
  • 961b31b682 Adds use of base classes instead of duplicate code for reported properties. Kevin Benton 2018-08-03 11:37:25 -0500
  • 95b56e861d Report properties back to IoT Hub on change. Kevin Benton 2018-08-01 10:25:45 -0500
  • e691ee5cf4 [v1] fix issue #51 Stephen Chen (ManPower) 2018-07-24 15:59:13 +0800
  • 7b1e203f27 [v1] add socket timeout to fix issue #52 Stephen Chen (ManPower) 2018-07-24 12:48:02 +0800
  • 0f22717c1f [v2] update README to remove standalone statement. #48 Stephen Chen (ManPower) 2018-07-20 17:32:47 +0800
  • 794a8c21a7 [v1] fix issue #49 Stephen Chen (ManPower) 2018-07-20 17:28:50 +0800
  • 82a8847be1
    Ga develop (#50) Stephen 2018-07-19 15:04:55 +0800
  • 4394e26d01
    Merge branch 'master' into GA-develop Stephen 2018-07-19 15:03:13 +0800
  • d88e406be0 [fix] use AMQP instead of MQTT to fix reconnection failure after one hour for arm32 platform [fix[ fix missing replacement of DeviceClient->ModuleClient Stephen Chen (ManPower) 2018-07-19 14:52:24 +0800
  • 9a98463481
    Ga develop (#47) Stephen 2018-07-09 09:58:44 +0800
  • 7d05a72558 [fix] fix Dockerfile for arm32v7 Stephen Chen (ManPower) 2018-07-04 10:00:06 +0800
  • 27f23e51d3 [update] update README Stephen Chen (ManPower) 2018-07-03 15:17:04 +0800
  • fe710fafd7 [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 Stephen Chen (ManPower) 2018-07-03 13:14:18 +0800
  • e9b77ac27e
    Update Dockerfile Stephen 2018-05-14 11:24:57 +0800
  • 1aea733eac [update] change output message structure. go from flat array to structured array grouped by HwId, CorrelationId and SourceTimeStamp. Stephen Chen (ManPower) 2018-04-17 12:45:05 +0800
  • 87b44d50dd Add RetryCount and RetryInterval in Configuration example (#34) Sander van de Velde 2018-03-19 03:25:37 +0100
  • ca5f42c8e5
    Add RetryCount and RetryInterval in Configuration example Sander van de Velde 2018-03-14 09:39:31 +0100
  • 390556176f [fix] Modbus RTU sync issues (#32) termocontrole 2018-03-12 05:14:22 -0300
  • 2e9967e011 [fix] Modbus RTU sync issues termocontrole 2018-03-05 18:31:55 -0300
  • 99be072aa3 Fixed read problems on Modbus RTU (#31) termocontrole 2018-03-04 23:31:34 -0300
  • 178dfe7b8b Fixed docker build command termocontrole 2018-03-01 12:42:29 -0300
  • aa89d19d98 [fix] Set non-canonical mode for Modbus RTU termocontrole 2018-03-01 11:58:00 -0300
  • f460c17e8a [fix] unable to connect Modbus RTU Stephen Chen (ManPower) 2018-02-26 16:30:32 +0800
  • a75915a424 [update] update configuration template Stephen Chen (ManPower) 2018-02-06 14:54:08 +0800
  • 602d52e323 make "RetryCount" and "RetryInterval" configurable. 1.0.2-preview Stephen Chen (ManPower) 2018-02-02 11:18:42 +0800
  • 8fedc1bfb2 [fix] try to read response to fast causing exception in readResponse() when socket.Available = 0 Stephen Chen (ManPower) 2018-02-01 12:18:04 +0800
  • 283f16cb7d [fix] auto reconnection issue Stephen Chen (ManPower) 2018-01-26 12:48:31 +0800
  • 13f02b2cf9 Merge branch 'master' of https://github.com/Azure/iot-gateway-modbus Stephen Chen (ManPower) 2018-01-15 16:25:39 +0800
  • 62c8450578 [feature] add tcp port configurable Stephen Chen (ManPower) 2018-01-15 16:24:29 +0800
  • a062f92af4
    Merge pull request #21 from sandervandevelde/patch-2 Stephen 2018-01-02 11:40:51 +0800
  • 2ddb1b99d6
    Merge pull request #22 from sandervandevelde/patch-3 Stephen 2018-01-02 11:40:03 +0800
  • 680d3b5f72
    Another route typo Sander van de Velde 2017-12-27 00:47:47 +0100
  • 54c1d1060b
    routes type Sander van de Velde 2017-12-27 00:45:14 +0100
  • 1b75e44ec8
    Update README.md Stephen 2017-12-20 18:01:22 +0800
  • 8177016929 [fix] add max retry attempt to prevent infinite loop [fix] process grouped registers' data at once [update] update configuration template Stephen Chen (ManPower) 2017-12-19 11:55:53 +0800
  • 218dfc3eae [doc] update image Stephen Chen (ManPower) 2017-12-15 15:12:54 +0800
  • 658fed20f7 [doc] update doc 1.0.1-preview Stephen Chen (ManPower) 2017-12-14 18:00:21 +0800
  • a2ea4a5ff1 [feature] support Modbus RTU in Linux container [doc] update usage of Modbus RTU, update diagram Stephen Chen (ManPower) 2017-12-13 18:17:55 +0800
  • 08041b4bd8 [update] rename v1 folder to lower case Stephen Chen (ManPower) 2017-12-04 13:19:33 +0800
  • f7843d6fee
    Merge pull request #16 from Azure/sc_rtu_dev Stephen 2017-12-04 12:42:39 +0800
  • 20aabc5766 [feature] add Modbus RTU connectivity [update] doc Stephen Chen (ManPower) 2017-12-04 12:39:34 +0800
  • e38e8af197
    Merge pull request #15 from sandervandevelde/patch-1 Stephen 2017-11-21 10:42:01 +0800
  • 089453b7d8
    broken path fixed Sander van de Velde 2017-11-20 22:35:35 +0000
  • 5b4e304359 [Update] fix interval delay and update doc 1.0.0-preview Stephen Chen 2017-11-16 14:32:35 +0800
  • ed96cbe977 [Update] update readme Stephen Chen 2017-11-15 18:48:29 +0800
  • 1415f9c0bb [Update] update readme Stephen Chen 2017-11-15 18:42:57 +0800
  • cf5bc6239a
    Merge pull request #13 from Azure/sc_v2_develop Stephen 2017-11-15 18:32:58 +0800
  • 8531e6236d [Update] update doc Stephen Chen 2017-11-15 18:27:25 +0800
  • d75b23fde6 Merge 139434ad39 into 2b6dfb872f Stephen 2017-11-15 08:54:54 +0000
  • 139434ad39 [Fix] turn IOT_EDGE flag, fix Dockerfile Stephen Chen 2017-11-15 16:54:11 +0800
  • f708329e6f [Update] update doc, format, code Stephen Chen 2017-11-15 14:15:48 +0800
  • 5d2d778229 [Update] update doc Stephen Chen 2017-11-14 16:11:07 +0800
  • d1536d3f61 [Update] update docs and revise code Stephen Chen 2017-11-14 15:53:49 +0800
  • fe52c9b2d6 V2 first commit Stephen Chen 2017-11-14 14:30:58 +0800
  • 2b6dfb872f [fix] fix compile error on Linux Stephen Chen (ManPower) 2017-08-11 12:16:13 +0800
  • d87b498367 [format] tabs to spaces [fix] update unit tests Stephen Chen (ManPower) 2017-08-07 12:03:00 +0800
  • 70db46a0f1 update docs for Modbus RTU Stephen Chen (ManPower) 2017-08-07 11:44:27 +0800
  • 7962fad3c3 add configuration for serial ports Stephen Chen (ManPower) 2017-08-07 11:18:36 +0800
  • 2c71e5bd54 [fix] auto reconnect if connection lost Stephen 2017-06-26 10:54:20 +0800
  • 84398ff03f [fix] check socket send/recv return size Stephen 2017-05-25 16:16:04 +0800
  • 7d23c835ca [fix] mac address case insensative Stephen 2017-05-15 15:39:19 +0800
  • c7be42ceb2 [update] fix unit tests because of code change Stephen 2017-03-24 16:59:25 +0800
  • 7daeca02df update docs 2017-03-06 Stephen 2017-02-22 14:15:34 +0800
  • 0370e7a8f0 [feature] add SQLite module support [fix] minor memory leak [improvement] code structure/readability Stephen 2017-02-22 11:48:10 +0800
  • 6a648969d3 Update CMakeLists.txt Stephen 2017-02-08 12:01:02 +0800
  • d0421a5522 [fix] unit tests Stephen 2017-02-03 12:18:44 +0800
  • 05e4bcf4c8 [enhancement] add exception handling in ModbusRead_Receive Stephen 2017-02-02 15:36:15 +0800
  • e53235270f [fix] update unittests with ModbusRead_Start [fix] tabs->spaces [fix] Modbus Module missing Start entry point Stephen 2017-02-02 14:50:33 +0800
  • f95b321591 [enhancement] construct JSON string from parson api separate ModbusRead_Start from ModbusRead_Create update CMakeList Stephen 2017-02-02 12:12:03 +0800
  • 428a3f5ed9 [update] update document 2017-01-13 Stephen 2017-01-16 15:05:24 +0800
  • e0321edf3a [fix] fix CMakeList copy library [update] Update module to 2017-01-13 Gateway release Stephen 2017-01-16 14:50:55 +0800
  • 83f18e95a6 [fix] fix AMQP connection issue on linux (missing plateform_init() in main.c) [fix] fix compile warning Stephen 2017-01-16 14:36:17 +0800
  • 3173a0ac37 Update README.md 2016-12-16 Stephen 2016-12-22 11:41:18 +0800
  • 8e509507cc [fix] unit test fail robertchung 2016-12-20 11:43:23 +0800
  • 373222ff20 [fix] missing bracket Stephen Chen (ManPower) 2016-12-15 09:32:22 +0800
  • 9dcc6a2cee Merge pull request #2 from WilliamBerryiii/patch-1 Stephen 2016-12-15 09:22:53 +0800
  • ad953b1ade Fix dead link to building IoT Gateway SDK Bill Berry 2016-12-14 13:56:38 -0800
  • 9c6eb9a5ef Merge remote-tracking branch 'refs/remotes/origin/workarea' robertchung 2016-12-09 18:06:17 +0800
  • 5034fefbcc [Fix] MD json format issue robertchung 2016-12-09 17:58:12 +0800
  • dc3a0d05b9 [update] make functionCode a separate field from startingAddress Robert Chung 2016-12-09 17:18:33 +0800