Tagged Questions

0
votes
0answers
65 views

How can i create dial-up connection for connect to remote access server using java

I intent to connect to remote access server (RAS) via java. how to I can set user name and password for authentication?
0
votes
1answer
74 views

How do I packetize bursts of data into a continuous dial-up style connection?

I am working on a project where I need to convert bursts of data (in the range of 300 bytes) from Iridium's short burst data service . This is meant to replace a dial-up connection, so I need to take ...
0
votes
0answers
249 views

How can i create dial-up connection(GPRS) in wince using java

Hi I have to send a data to server through GSM using Java(Have to run in GSM modem),.. for this i have to open a GPRS connection, Could me know how can make connection and close it? How can i create ...