Nikos Balkanas schrieb: > > Box's are passing Msg * structures between them. The protocol is very > stable and has changed only once if I remember correctly. For a > description check the gwlib/msg.h.
in addition to Nikos answer, let me add some details: We use the msg struct for the sms and ack message type, which corresponds to a Req/Resp paradigm in classical client/server architectures. So, ie. in the MT case a smsbox connection passes a msg type 'sms' to bearerbox, and bearerbox responds with a msg type 'ack' to the smsbox for it. It's a TCP connect we use, where we simply serialize the msg structs in a very easy octstr byte chain, see gw/msg.[ch] for the coding details. Stipe -- ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org -------------------------------------------------------------------
