https://github.com/ohmycloud/iec104
电力 Iec104 报文解析
https://github.com/ohmycloud/iec104
Last synced: about 1 year ago
JSON representation
电力 Iec104 报文解析
- Host: GitHub
- URL: https://github.com/ohmycloud/iec104
- Owner: ohmycloud
- Created: 2023-07-15T13:00:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T07:13:46.000Z (about 2 years ago)
- Last Synced: 2025-06-14T09:04:27.474Z (about 1 year ago)
- Language: Raku
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iec104
```raku
use Iec104Parser;
sub MAIN(Str :$hex) {
hex-handle($hex);
}
```