This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
bird
Watch
0
Star
0
Fork
0
You've already forked bird
mirror of
https://gitlab.nic.cz/labs/bird.git
synced
2025-03-19 04:47:04 +00:00
Code
Releases
Activity
bird
/
yang
/
json-cbor-yang
6 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
YANG: JSON -> CBOR always checks the deps and venv
2023-11-15 12:34:16 +01:00
python3 -m venv venv
YANG: basic convertor JSON -> CBOR
2023-11-15 12:31:42 +01:00
. venv/bin/activate
YANG: JSON -> CBOR always checks the deps and venv
2023-11-15 12:34:16 +01:00
pip3 install yangson cbor
YANG: basic convertor JSON -> CBOR
2023-11-15 12:31:42 +01:00
python3 json-cbor-yang.py "$@"
Copy Permalink