An open API service indexing awesome lists of open source software.

https://github.com/ohmycloud/iec104

电力 Iec104 报文解析
https://github.com/ohmycloud/iec104

Last synced: about 1 year ago
JSON representation

电力 Iec104 报文解析

Awesome Lists containing this project

README

          

# iec104

```raku
use Iec104Parser;

sub MAIN(Str :$hex) {
hex-handle($hex);
}
```