i have an app that connect via tcp/ip, but at home i just have a modem, and i wanna that my app connect automatically from home, (via modem), how can i do that?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
i have an app that connect via tcp/ip, but at home i just have a modem, and i wanna that my app connect automatically from home, (via modem), how can i do that?
Hmm..i have never done that cause dial up connections has gone to retirement long time ago. I guess u have to connect first to your modem through io api and send commands to it that will make the call. But i really don't know if u can access some dll driver of your modem to do this cause maybe your modem have some special commands. Maybe there is a way through windows dialup managment app to do this. But if u want to remotely access your pc and make the connection u might ask Copperfield first cause i don't know if how u will access your pc to make that call. Unless you have your pc in a local area network and connect to it via ethernet.