Python TCP stack implementation

前端 未结 5 831
日久生厌
日久生厌 2021-02-03 12:50

Is there a python library which implements a standalone TCP stack?

I can\'t use the usual python socket library because I\'m receiving a stream of packets over a socket

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-03 13:28

    You might be able to use the ctypes module to import lwip and use it again.

提交回复
热议问题