我想摘录一下linux下的以太网/ip协议通信。我发现有一些免费的扫描仪模拟器工具,如do-more扫描仪模拟器和以太网/ip资源管理器,它们可以安装在windows上。我想从linux机器上读取扫描仪模拟器数据。有没有适用于linux的适配器程序?
发布于 2021-01-19 03:52:34
CIPster是用于实现以太网/IP适配器的C++库。它托管在这里:https://github.com/liftoff-sr/CIPster
他们有一个您可以在此处使用的示例适配器:https://github.com/liftoff-sr/CIPster/blob/master/examples/POSIX/sample_application/sampleapplication.cc
https://stackoverflow.com/questions/61204234
复制相似问题