.NET/BEEP

BEEP Summary

김모작자 2013. 7. 4. 11:41

Based on TCP, XML, Interleaved....

------------------------------------------

MSG -> RPY (Positive Answer)

MSG -> ERR (Negative Answer)

MSG -> ANS (Progressive Answer)

MSG -> NUL (End of ANSs)

-------------------------------------------

Frame = Header + Payload(DATA) + Trailer
            (Header, Trailer has CRLF)

 

-------------------------------------------

1) Connect
2) Channel Negotiation in Channel 0.
3) Enter ChannelN
4) Communicating...
5) Bye.