【国产RISC-V Linux板 昉·星光VisionFive试用报告】核酸采样系统前期论证
[复制链接]
【前言】我申请昉.星光开发板的目的是改造核酸采样登记系统为网络版,为了论证可能行,选行对需要用到的组件进行测试。
【Python组件】
1、python版本:3.9版本,符合需要
- [riscv@fedora-starfive dev]$ python -V
- Python 3.9.7
- [riscv@fedora-starfive dev]$
-
2、用到的网络组件:hashlib、urllib3、 cryptography、binascii测试:
- >>> import hashlib
- >>> import urllib3
- >>> from Crypto.Cipher import AES
- >>> from binascii import b2a_hex, a2b_hex
- >>>
-
都没有报错,说明可行性OK
敬请期待!
|