将 libpcap 与 Scala 结合使用
将 libpcap 与 Scala 结合使用的最佳方式是什么?我需要从实时网络设备捕获,因此它很可能需要本机绑定。
我找到了一些像 JPcap 和 JNetPcap 的东西,但没有特别适合 Scala...
有什么建议吗?
What's the best way to use libpcap with Scala? I need to capture from live network devices, so it will most likely need a native binding.
I've found a couple like JPcap and JNetPcap but nothing particularly for Scala...
Any recommendations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于这些库已经在 JVM 上运行,因此不需要额外的 Scala 包装器。只需选择最好的库并根据您的需求进行调整。
JNetPcap 似乎是这里最新的一个。
Since the libraries run on JVM already there is no need for an additional wrapper for Scala. Just pick the best library and pimp it to your needs.
JNetPcap seems like the most updated one here.