Hi there,

I wanted to write a simple program that performs a PPP connect to my EVDO ISP, then reconnect once in a while getting a new IP address. I can do this in Unix fairly easily with pppd but never tried programming on windows before. Few questions please:

1) Can I leverage the PPP connection already created in "network connections"? And just issue connect/disconnect to this interface?

2) Are there PPP libraries I can leverage for initiating/teardown PPP sessions? I know the parameters for talking to the serial port.

Thanks!