Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 636 Bytes

debug.md

File metadata and controls

23 lines (15 loc) · 636 Bytes

Rip Protocol Doc

  1. 现在遇到的问题:
    RipClient -->  CLS message --> RipServer

这个过程中, server收不到 message, 目前没有找到错误信息, 所以也不太明白要怎样 trouble shooting.

  1. RipProtocol 中的modules结构:

可以参考 RipStack 中的注释部分。

  1. 我是这样运行的:

    • Term1: python Chaperone.py
    • Term2: python Gate.py gatekey1
    • Term3: python Gate.py gatekey2
    • Term4: python httpServer.py
    • Term5: python httpClient.py

    因为httpClient有断开连接的操作,所以没有使用 echoTest.py.