Hi Amanda, What you could do is wrap the fakesmsc program and build a graphical client in Java (e.g. applet via webbrowser). If you send an sms from the simulator applet, it actually sends it to the fakesmsc program. The configured sms-service replies the content back to the fakesmsc and then your applet should pick it up again. Wrap the fakesms with JNI (Java Native Interfaces) and you could use Java RMI (Remote Method Invocation) to communicate with the simulator applet (both ways).
To set this up, the SMS service (configured with Kannel) should sent the response back to the same SMSC it came from, in this case the FAKE smsc. Look in the manual how to configure the fakesmsc Hope this helps. Kind regards, Edwin R. Poot -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amanda Rames Mattiuz Sent: woensdag 16 juli 2003 18:57 To: [EMAIL PROTECTED] Subject: SMS gateway with phone emulators Is it possible to build a java application using terminal emulators instead of real devices using Kannel�s SMS gateway?? _____________________________________________ Amanda Remes Mattiuz Ger�ncia de Inova��o em Redes de Telecomunica��es CPqD Telecom & IT Solutions Tel.: +55 19 3705-6156 [EMAIL PROTECTED] www.cpqd.com.br
