Java Dialer

J

Jander

Hi ,i want to make a program wich dials up a modem on windows based machine
..
Also i want to keep windows network conection for other windows aplicattion
..

I'm reading jtapi documentation an it seems that a simple dial up api is not
enougth for my target .I need something witch invoque windows modem driver
and dial up the connection .

Any Ideas ? .
Thanks.
 
H

Harald Hein

Jander said:
Hi ,i want to make a program wich dials up a modem on windows
based machine .

For this part the JavaComm API would do, but you would not get any
higher-level protocol support like IP or TCP, just the modem
communication, and
Also i want to keep windows network conection for other windows
aplicattion .

there is no support to control this in Java. Best would be to leave
this to the Windows dial-up service and just do TCP/IP from your Java
application.
 
R

Roedy Green

Hi ,i want to make a program wich dials up a modem on windows based machine
.
Also i want to keep windows network conection for other windows aplicattion
.

I'm reading jtapi documentation an it seems that a simple dial up api is not
enougth for my target .I need something witch invoque windows modem driver
and dial up the connection .

A modem can't dial two different parties at once and talk. So that is
not likely what you are really asking. Perhaps you are trying to
trigger a dial up connection to the internet. You can try that just
by opening a socket. Alternatively, you might spawn a dialler using
the exec function. See http://mindprod.com/jgloss/exec.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top