mctypes包
mConnect解决方案,微服务和软件包的标准/共享类型
请参阅测试文件夹和测试用例,以了解不同的场景和用法
安装
nimble install mctypes
API与范例
// Coming soon
See the tests folder and test cases for different scenarios and usage
Nim-OS发现
Nim中的SMB-OS-发现实施
安装
nimble install https://github.com/elddy/Nim-OSDiscovery
用法
import OSDiscovery
例子
在目标上运行SMB OS Discovery并打印结果:
import OSDiscovery
let info = runOSDiscovery ( "10.0.0.69" ) ## Run the discovery
$ info ## Prints the informa