On Mon, Nov 28, 2005, Jerry Tian wrote: > Althougth not sure about it, I don't think Mbuni can directly support > GPRS connection currently through serial line.
You can achieve GPRS connections at the IP layer either under Windows with standard dialups connections, or under Linux with the PPP suite. Linux is advantaging in that you will be able to capture traffic on these connections. The hard part is not the PPP / IP connection (albeit it's harder to do it in Java with free tools), but the WAP traffic for which -- AFAICT -- there's no client class. I suppose Kannel would have some of the code one needs. If you're goal is that a phone downloads a MMS from Mbuni, then you should consider using a GPRS connection on the phone side only, and using a standard Internet connection for Mbuni. -- Loïc Minier <[EMAIL PROTECTED]> "What do we want? BRAINS! When do we want it? BRAINS!" _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
