1680cacf49
fix protocol unit test for python3.12 ( #148 )
...
* fix protocol unit test for python3.12
* add workflow test for python 3.12
2024-01-29 14:25:39 +01:00
de167c89b6
issue-51-telegram refactored TelegramParser.parse to return Telegram … ( #121 )
...
* issue-51-telegram improved mbus device parsing; refactored TelegramParser.parse to return Telegram object which is backwards compatible with the dict result
2023-02-19 12:24:44 +01:00
Dennis Siemensma
4688cf9058
test/test_protocol.py:6:1: W0611 'dsmr_parser.telegram_specifications' imported but unused [pyflakes]
...
test/test_protocol.py:7:1: W0611 'dsmr_parser.parsers.TelegramParser' imported but unused [pyflakes]
2021-09-22 21:26:54 +02:00
Rene Hogendoorn
b901b3f74e
Add unit test for keep-alive
2021-02-11 11:08:19 +01:00
Nigel Dokter
07634abed1
Progress on removing TelegramParserV2_2 and TelegramParserV4 in favor of a generic TelegramParser
2017-01-20 23:02:19 +01:00
Nigel Dokter
fadf206715
moved serial clients to own package
2017-01-10 20:09:33 +01:00
Nigel Dokter
f10032f701
refactored TelegramParser.parse to accept a str instead of list
2017-01-05 21:24:41 +01:00
Nigel Dokter
3b43cbf841
all tests are written using unittest.TestCase now
2017-01-04 19:55:54 +01:00
Nigel Dokter
1c69b4e9ee
added telegram CRC verification
2016-12-28 20:29:34 +01:00
Johan Bloemberg
e3569e0719
Add asyncio protocol implementation.
2016-11-21 15:48:29 +01:00