Commit Graph

  • 2ec605cf00
    change license field so packagist shut up master Ondřej Hruška 2018-07-14 17:13:32 +0200
  • f96dffe848
    fix use stmts in readme Ondřej Hruška 2018-07-14 17:09:08 +0200
  • c6be1e064b
    deleted broken tests and examples, updated readme Ondřej Hruška 2018-07-14 17:07:35 +0200
  • 9efad4ad75 Merge 4559de3c15 into be97fbd98c #3 Martti T 2017-09-12 00:07:15 +0000
  • be97fbd98c remove unused variable Ondřej Hruška 2017-09-02 14:37:18 +0200
  • fd2ae72b79 use timeout in socket_recv fail loop 0.10.1 Ondřej Hruška 2017-09-02 14:35:28 +0200
  • 4559de3c15 fix linux having differenct error message for socket exception #3 toimtoimtoim 2016-12-09 15:10:49 +0200
  • 7ea3d8007e make tests compatible with older php syntax (phpunit still requires 5.6), update readme, update examples to ease testing modbus toimtoimtoim 2016-12-09 15:04:48 +0200
  • 37eaa19f4f Merge 441635e6ae into 4256b6cef7 #2 Martti T 2016-12-07 13:07:08 +0000
  • 441635e6ae add php 5.4 / 5.5 to travis #2 toimtoimtoim 2016-12-07 15:07:00 +0200
  • 95ecf4bf5b Rename ModbusSocket to ModbusConnection, support php5.4 toimtoimtoim 2016-12-07 15:01:12 +0200
  • 2fbbbc5842 read more than 2048 bytes from stream toimtoimtoim 2016-11-28 00:22:42 +0200
  • 8c482eee3d add class autoloading to example scripts to they could be used directly toimtoimtoim 2016-11-27 22:03:00 +0200
  • f6818a21c4 let modbus add send packet to status message, clean a little WriteMultipleCoilsPacket methods toimtoimtoim 2016-11-27 22:01:51 +0200
  • 6561e406a1 update readme toimtoimtoim 2016-11-27 20:46:41 +0200
  • 604ba8586c replace dependency to sockets extension to built-in stream API toimtoimtoim 2016-11-27 20:38:04 +0200
  • c7c4431b1c refactor all packet related or socket related code to separate classes toimtoimtoim 2016-11-27 18:43:09 +0200
  • 5e8b3159a3 add timeout env variable for tests with slow/heavy load machines (travisCI) toimtoimtoim 2016-11-27 16:07:15 +0200
  • f4bd2dee3c clean travis conf a bit toimtoimtoim 2016-11-27 15:58:08 +0200
  • d91e37a290 refactor thrown exceptions to be more specific than just Exception class toimtoimtoim 2016-11-27 15:49:41 +0200
  • f51e71cffd bump php version to 5.5+, update readme toimtoimtoim 2016-11-27 13:13:05 +0200
  • 030f0d526b Fix tests on Linux (Ubuntu 16.4/Php7) toimtoimtoim 2016-11-27 11:08:42 +0200
  • 8637a19572 refactor thrown exceptions to be more specific than just Exception class toimtoimtoim 2016-11-26 23:34:22 +0200
  • 1e1c8ee5ce refactor socket send and receive to separate method to reduce code duplication toimtoimtoim 2016-11-26 23:13:51 +0200
  • dea30f53b4 reformat code and run PHP Code Sniffer beautifier toimtoimtoim 2016-11-26 22:25:06 +0200
  • 6137326277 refactor/reimplement old (batch script) tests to use phpunit. toimtoimtoim 2016-11-26 21:34:54 +0200
  • 4256b6cef7 fixed the examples 0.10.0 Ondřej Hruška 2016-11-20 11:29:09 +0100
  • 61e7a690eb Minor cleanup, removed duplicate timeout vars & replaced with float [sec], added socket Tout setter Ondřej Hruška 2016-11-18 16:06:15 +0100
  • 7365700b72 cleanup #1 toimtoimtoim 2016-11-05 18:00:41 +0200
  • cff8493205 refactor timeout_usec to millisecond precision and add setter for ms. toimtoimtoim 2016-11-05 17:57:19 +0200
  • e10bb250d8 Use microsecond precision instead of second for timeout when reading from sockets. Expose variables to configure socket read and write timeouts in sec and usec (microseconds) precision toimtoimtoim 2016-11-04 22:02:04 +0200
  • c18696a718 added myself to composer json Ondřej Hruška 2016-03-11 23:11:21 +0100
  • dd5a892fb6 Cleaned up the code, fixed broken phpdoc tags, formatting 0.9.1 Ondřej Hruška 2016-03-11 23:08:00 +0100
  • 7d058ee526 changed name for packagist because it doesnt like uppercase Ondřej Hruška 2016-03-11 22:33:11 +0100
  • 0ac0018444 foo 0.9.0 Ondřej Hruška 2016-03-11 22:30:00 +0100
  • 5300b2a867 added a namespace Ondřej Hruška 2016-03-11 22:27:10 +0100
  • c676c06e2e Merge pull request #1 from FabrizioC/master John S Long 2014-12-11 14:38:09 -0600
  • 697daedba3 Update ModbusMaster.php FabrizioC 2014-11-21 10:38:17 +0100
  • cd52263b8e Added FC22 Mask Write Register example FabrizioC 2014-11-21 10:31:45 +0100
  • a2bde03574 Added FC 22 Mask Write Register function FabrizioC 2014-11-21 10:08:44 +0100
  • 24d16bc1aa Added FC 22 Mask Write Register function FabrizioC 2014-11-21 10:07:38 +0100
  • bb0cdd467a 0.8 release 0.8 John Long 2013-11-29 22:27:16 -0600
  • 9ef8e72f3e Add syntax declaration to code block in README.md John Long 2013-06-14 09:03:03 -0400
  • ad507ed46c Create README.md John Long 2013-06-14 08:01:51 -0500
  • 5bb5dfe654 Added tag 0.7 for changeset 5885b1a0d0dc John Long 2013-06-14 07:43:52 -0500
  • 83d9baa9f6 0.7 release 0.7 John Long 2013-06-14 07:43:45 -0500
  • 753bff38ec Added tag 0.6 for changeset 079f8ac1f49f John Long 2013-06-14 07:43:03 -0500
  • 5f069276eb 0.6 release 0.6 John Long 2013-06-14 07:43:00 -0500
  • 7f4c4f2af1 Added tag 0.5 for changeset e1262f028e18 John Long 2013-06-14 07:42:20 -0500
  • c5c65f8088 0.5 Release 0.5 John Long 2013-06-14 07:42:17 -0500
  • 6c999a7450 Added tag 0.4.1 for changeset 1e09b0da7d8c John Long 2013-06-14 07:40:52 -0500
  • 82c6fcf1d1 0.4.1 0.4.1 John Long 2013-06-14 07:40:48 -0500
  • 94772fcd7c Added tag 0.4 for changeset bdf8b3f414c4 John Long 2013-06-14 07:39:18 -0500
  • 71f36c3063 0.4 Release 0.4 John Long 2013-06-14 07:39:15 -0500
  • 89b18aea02 Added tag 0.3 for changeset a7f90c18859d John Long 2013-06-14 07:38:17 -0500
  • da9731662c 0.3 Release 0.3 John Long 2013-06-14 07:38:13 -0500
  • fbb70f23e5 Added tag 0.2 for changeset a88b5a87fb4c John Long 2013-06-14 07:33:02 -0500
  • 6b55205c8c 0.2 0.2 John Long 2013-06-14 07:32:19 -0500