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-01-08 18:11:54 +00:00
Code
Releases
Activity
6d73b93be8
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 11:34:16 +00:00
python3 -m venv venv
YANG: basic convertor JSON -> CBOR
2023-11-15 11:31:42 +00:00
. venv/bin/activate
YANG: JSON -> CBOR always checks the deps and venv
2023-11-15 11:34:16 +00:00
pip3 install yangson cbor
YANG: basic convertor JSON -> CBOR
2023-11-15 11:31:42 +00:00
python3 json-cbor-yang.py "$@"
Copy Permalink