1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

Commit Graph

  • a7f2f41068 no more python2 or eggs master Joel Bender 2025-01-21 23:44:40 -0500
  • 86288e64fa trap exceptions raised for bad values Joel Bender 2025-01-21 23:26:28 -0500
  • df6476cc91
    add __str__ to DateTime for easier introspection (#487) Safrone 2025-01-21 23:15:42 -0500
  • fe00d344ff
    536 cov stop after a while (#542) Joel Bender 2025-01-21 23:11:14 -0500
  • b0bfa93948
    Merge branch 'master' into 536-cov-stop-after-a-while #542 Joel Bender 2025-01-21 23:08:20 -0500
  • e806897626 drop 3.4 from the release process Joel Bender 2025-01-21 23:00:14 -0500
  • 12061f1892 apply patch and bump the version Joel Bender 2025-01-21 21:44:18 -0500
  • 54a0614cb7 bump the version Joel Bender 2024-05-13 01:17:35 -0400
  • c98255cca8 update day_of_week calculation 521-cov-subscription-setting-lifetime-to-0-causes-error Joel Bender 2024-05-13 01:15:08 -0400
  • 29870e11de closes #523 523-erroneous-day-of-week-code-in-packet-when-building-readrange-log-buffer-request-with-time-range Joel Bender 2024-04-07 16:31:09 -0400
  • b405ecd508 Most minimial change to Enumerated.is_valid which will throw exception when value is invalid #519 Robert C. Buchanan 2024-03-11 10:30:06 -0500
  • 0b2def8122
    add __str__ to DateTime for easier introspection #487 Safrone 2023-05-15 11:10:05 -0400
  • a5be2ad5ac apply patches in #485 Joel Bender 2023-05-10 01:33:01 -0400
  • 941892134a
    Related to issue #480 I think date should accept a real date, not just the minus 1900 version (#481) Christian Tremblay 2023-02-16 23:23:07 -0500
  • 5143bce0f0 Related to issue #480 I think date should accept a real date, not just the minus 1900 version #481 Christian Tremblay, ing 2023-02-16 22:17:56 -0500
  • 394d6dbcec move Python3.6 from ubuntu-latest to legacy Joel Bender 2022-12-30 12:06:05 -0500
  • 57ab4e449c
    Bump wheel from 0.23.0 to 0.38.1 (#477) dependabot[bot] 2022-12-30 11:41:23 -0500
  • 2b1f55ec94
    Bump wheel from 0.23.0 to 0.38.1 #477 dependabot[bot] 2022-12-26 19:44:35 +0000
  • 32e6778246 change samples/DeviceDiscoveryForeign.py to be used in a script instead of from the console. #464 Damien Picard 2022-07-08 11:12:01 +0200
  • 2ceda1711f more FDT contents as requested by #452 Joel Bender 2022-03-29 08:31:33 -0400
  • 00bd5fe5d9 upgrade sample to add writing a BDT #451 Joel Bender 2022-03-24 23:50:29 -0400
  • 72f2569b6f support-real-pdu-source #447 Ami Hollander 2022-02-27 12:36:07 +0200
  • 7cd1a1a175 read the BDT or FDT (issue #446) Joel Bender 2022-02-24 08:04:58 -0500
  • 27ab4f18aa ready to release v0.18.6 Joel Bender 2022-02-02 11:45:02 -0500
  • 014cb85341 bring up-to-date and retest develop Joel Bender 2022-02-02 11:41:37 -0500
  • 8f754133b7 bump the version number Joel Bender 2022-02-02 11:39:10 -0500
  • 5fd331b000 shuffle around capturing the outgoing who-is Joel Bender 2022-02-02 11:35:45 -0500
  • f851e532e9 correct interpretation of 0xNN encoding in route Joel Bender 2021-12-14 01:52:59 -0500
  • a2d2776042 isUTC incorrect case Joel Bender 2021-11-09 09:34:35 -0500
  • 41104c2b56 release 0.18.5 v0.18.5 Joel Bender 2021-10-13 18:17:33 -0400
  • 0631b548c9 fixes #431 Joel Bender 2021-10-13 18:06:08 -0400
  • 6027b96685 fix comments Joel Bender 2021-09-07 21:03:53 -0400
  • 672d1d896f merge #414 Joel Bender 2021-09-02 00:37:53 -0400
  • cec9f64d2d merge #417 Joel Bender 2021-09-02 00:34:07 -0400
  • a15ce89d74 wrong datatype for OctetStringValueObject Joel Bender 2021-09-01 23:34:49 -0400
  • 529831c05e
    Fix typos in MultipleReadPropertyThreaded (#424) Daryl Koh Yi Kai 2021-09-02 00:06:53 +0800
  • 2999853343
    Fix typos in MultipleReadPropertyThreaded #424 Daryl Koh Yi Kai 2021-09-01 18:51:05 +0800
  • c3094d2923 fix type casting for schedule samples (see #420) Joel Bender 2021-08-25 12:35:28 -0400
  • c6fca99764 handy to have a router to multiple networks Joel Bender 2021-08-13 17:56:55 -0400
  • 2b01cd6d55 add a test for the decoding error Joel Bender 2021-07-31 19:37:11 -0400
  • d08675637c pass an error instance up to the application Joel Bender 2021-07-30 23:15:50 -0400
  • df91a98fd1 mixin classes for objects that can be renamed and given new identities Joel Bender 2021-07-27 20:28:35 -0400
  • 5ce45a45b7 add the mixin outline Joel Bender 2021-07-27 01:38:56 -0400
  • 0c9c0dd0c1 bump the version Joel Bender 2021-07-27 01:38:31 -0400
  • 5e238a0271 restore do_SubscribeCOVRequest damienpicard-cov2 Joel Bender 2021-07-27 01:33:20 -0400
  • 967782c320 clean merge conflicts Joel Bender 2021-07-27 00:26:45 -0400
  • 172070fc85 clean up camel case names that should have been hyphenated Joel Bender 2021-07-27 00:01:57 -0400
  • dfecdc21ab clean up #398 Damien Picard 2021-04-06 17:17:00 +0200
  • 37a6e485f5 remove do_SubscribeCOVRequest to get better git-diff Damien Picard 2021-04-06 17:12:34 +0200
  • 3fcfa40a95 try SubscribeCOVPropertyRequest Damien Picard 2021-04-06 17:11:27 +0200
  • f2b22d213a Merge branch 'DB-CL-patch-2' into develop Joel Bender 2021-03-29 23:51:30 -0400
  • b0d9a8cc94
    Update NATRouter.py #396 DBCL 2021-03-27 09:55:56 +0100
  • 9fca3f608a roll up changes and release 0.18.4 0.18.4 Joel Bender 2021-03-24 00:22:10 -0400
  • ddc6a1ba71 sync up common math additions Joel Bender 2021-03-24 00:14:03 -0400
  • 979a7e3653 Merge branch 'primitive-and-math' into develop Joel Bender 2021-03-23 23:44:53 -0400
  • d29e607658 Merge branch '339-remove-pcap-tools' into develop Joel Bender 2021-03-23 23:42:51 -0400
  • e3886cc0f9 Merge branch 'issue364' into develop Joel Bender 2021-03-23 23:30:58 -0400
  • b91bcdee95
    Update build.yml Christian Tremblay 2021-03-21 12:25:32 -0400
  • 857c1edcec
    Update build.yml Christian Tremblay 2021-03-21 12:21:34 -0400
  • b79c64c83e make Property inherit from object Joel Bender 2021-03-20 23:42:30 -0400
  • 0cf22189b8 added new point types, structures, enumerations Joel Bender 2021-03-14 21:56:53 -0400
  • f7eb6de93e add addtional object type enumerations Joel Bender 2021-02-26 23:01:28 -0500
  • 332fd4b739 clean up string escape sequences Joel Bender 2021-02-26 23:00:36 -0500
  • af20a040bc prevent erroring out when there is no local broadcast tuple Joel Bender 2021-02-26 22:06:53 -0500
  • 08504ddca9
    Update build.yml Christian Tremblay 2021-02-24 00:11:32 -0500
  • fba9399a89 Merge branch 'install_and_actions' into develop Joel Bender 2021-02-23 15:03:06 -0500
  • bcdce4894c merge the updated develop branch to test before merging it into master Joel Bender 2021-02-23 14:36:17 -0500
  • ce76ade13e bump the version number for the next release Joel Bender 2021-02-23 14:32:53 -0500
  • 9dbdc9100f I was a little too bash script for powershell :-) Christian Tremblay, ing 2021-02-23 09:27:42 -0500
  • 8ffeea9df9 Using pip with Windows and MacOS instead of python setup.py install Christian Tremblay, ing 2021-02-23 09:24:18 -0500
  • 1d615848fb Let's try Windows and MacOS Christian Tremblay, ing 2021-02-23 09:19:04 -0500
  • 7a11eec365 Upgrade setup tools ? Christian Tremblay, ing 2021-02-22 11:53:08 -0500
  • fe755a656d Learning that commenting lines is a bad idea sometimes... Christian Tremblay, ing 2021-02-22 11:47:30 -0500
  • 3a201ab7cc error on yaml Christian Tremblay, ing 2021-02-22 11:46:15 -0500
  • 6c438e1629 Legacy version can be a pain... :0) Christian Tremblay, ing 2021-02-22 11:45:03 -0500
  • 0fe8e84120 16.04 was too old for py34 Christian Tremblay, ing 2021-02-22 11:39:01 -0500
  • c96c6a5d50 Making two files is probably not the best idea, trying with only one file instead.... and opening the door to Windows and Mac tests Christian Tremblay, ing 2021-02-22 11:34:18 -0500
  • f64d32b5d3 Removing -m... I think the issue is related to distutils... Christian Tremblay, ing 2021-02-22 11:25:45 -0500
  • 5569fab99a Really removing 3.9 this time... Christian Tremblay, ing 2021-02-22 11:19:46 -0500
  • 399c961c0c forcing wheel install for legacy. Forgot to remove py 3.9, not yet part of setup Christian Tremblay, ing 2021-02-22 11:17:27 -0500
  • bec98cc471 Skipping time machine test that fail. Removing pip upgrade on legacy tests Christian Tremblay, ing 2021-02-22 11:15:04 -0500
  • 873d4bdc69 Let's try it without pip for older versions Christian Tremblay, ing 2021-02-22 11:09:03 -0500
  • e6aefb4a56 Postpone Linter.... let's make test work.... will fight with flake8 later Christian Tremblay, ing 2021-02-22 11:02:19 -0500
  • 689c6137aa limiting flake8 to py34 Christian Tremblay, ing 2021-02-22 10:59:53 -0500
  • b6dbbca0c9 Typoe in flake8 ignore Christian Tremblay, ing 2021-02-22 10:53:24 -0500
  • a9b0e0a539 Removing 2.5 and 2.6 for now. Trying to ignore flake8 codes ignore = E123,E221,E226,E302,E41,E701 Christian Tremblay, ing 2021-02-22 10:49:22 -0500
  • dcdabfc1e7 Testing Github Actions for bacpypes Christian Tremblay, ing 2021-02-22 10:40:40 -0500
  • 7c4350b1e8 addtional sample adding a console to the first virtual device (#381) Joel Bender 2020-12-24 13:36:12 -0500
  • dad4378bac patch from @damienpicard in pull #371 Joel Bender 2020-11-27 12:48:43 -0500
  • 86880853a4 correctly unpack bbmd info for WhoIsRouterForeign.py #371 Damien Picard 2020-11-27 17:08:51 +0100
  • 0761f9f380 bug in registration status (#368) Joel Bender 2020-11-09 21:57:07 -0500
  • 50e19ee7af
    🐛Added active foreign device registration tracking, improved registration behavior (#368) Mihai Bişog 2020-11-08 17:36:34 +0200
  • e11439d16a 🐛Added active foreign device registration tracking, improved registration behavior #368 Mihai Bişog 2020-11-06 10:36:03 +0200
  • 47714a2df9 allow the property identifier in commands to be just an integer, it was inconsistent in the samples Joel Bender 2020-11-04 10:13:32 -0500
  • 5b7d41ca46 🐛Renew foreign device registration even in case of error or no response #367 Mihai Bişog 2020-11-03 15:10:05 +0200
  • 2ca9c4f5cb Sync for py27 and py25 #365 Christian Tremblay, ing 2020-10-25 21:44:00 -0400
  • 859cb49c9b Changed the way we handle an empty lifetime in APDU looking for None instead of 0 to fix a Runtime error when install_task gets a delta of None Christian Tremblay, ing 2020-10-25 20:32:58 -0400
  • d91a7e388a duplicate patch in other source trees Joel Bender 2020-10-25 19:40:06 -0400
  • ce5a30f881 Forcing a default value of 0 for lifetime... just in case. Christian Tremblay, ing 2020-10-25 11:15:54 -0400
  • 825e01643d roll up changes and release 0.18.3 Joel Bender 2020-10-20 10:40:06 -0400