You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a simple client process, talking only over UDP, using only binding requests. I think for now we should not be bothered by specific recommendations of RFC.
The text was updated successfully, but these errors were encountered:
PR #30 introduces Jerboa.Client and the OTP application therein.
It knows how to issue binding requests and indications and understands the binding response. Only IPv4 though.
The system test suite was moved from Jerboa #32 to Fennec esl/MongooseICE#7 because it's convenient to pitch the client against the current server changes.
Sadly I haven't come up with as elegant a way to do the high level request and response logic on the client as what we have under fennec/evaluator.
Introduce a simple client process, talking only over UDP, using only binding requests. I think for now we should not be bothered by specific recommendations of RFC.
The text was updated successfully, but these errors were encountered: