dial-up

games using phone line

I remember years ago my friend and i were playing command and conquer red alert and there was a mode were we put the others phone number and the game would dial up and connect. What was this called? and where can i find resource to program for this? ...

How do I work with dial-up (RAS) connections in Windows using C#/.NET?

I need to be able to connect, disconnect, and re-connect a dial-up networking connection in a C# .NET Framework application. Creating the connection in the phone-book might also be useful/necessary. Are there any classes or libraries written for C# or .NET out there that wrap all this functionality nicely for me? Anyone have some code ...

Is there any library/component for dial-up connections?

I want to dial-up through VoIP. Yes, I know that it's almost impossible. I have heard that softmodems use software for DSP, but I guess the code its hardware specific. If I only could isolate the code that makes the modem signal I could use it on my project. Anyone ever heard about a library that would fullfill my needs? PS: iaxmodem on...

Is there a way to determine if a user is using broadband or dial-up

We have a requirement from a customer to provide a "lite" version for dial-up and all the bells-and-whistles for a broadband user. The solution will use Flex / Flash / Java EJB and some jsp. Is there a way for the web server to distinguish between the two? ...

Web 2.0 and dial-up: how make it as painless as possible?

I'm trying to put a workable plan together for a charity that could really make good use of a forum and a wiki, but a crucial part of its operations happen in parts of the world where dial-up connection dominates and probably will continue to do so for the foreseeable future. This site was recommended as one that behaves well even on a ...

Monitoring serial port

Hi, I'm using a communications program (Tera Term) to communicate with another computer through a dialup connection. I'll be sending a file with this software, but I would like to monitor the port (like PortMon) to measure the time it takes to transfer the file. Do you know any way of doing it without this software? Thanks a lot ...

Changing DuN properties for a specific connection in Visual Basic

I have an application that makes an internet connection from within the application by the click of a button. When the button is clicked, the sub determines which type of modem is being used, and dials the connection associated to that modem. My question is: How can i change the properties for those dial-up connections in the code? Or ...

Desinging an Application for xmodem Transfer Through Dial-up in Java

I want to desing an application to send/receive a file with xmodem (written in java, I found the source code at http://stackoverflow.com/questions/606074/implementation-of-x-modem-protocol-in-java). I've decided to modify this code. First I should dial a number on the client-side and listen on the server-side. My problem is that I don't ...

modem call in c++

I'm trying to make a modem call in one end, and in the other end the program answers the call. It doesn't seem to detect the carrier. Am I doing anything wrong? Am I missing something? int main(int argc, char** argv) { ParseArgs(argc,argv); SerialPort* port = SerialPort::New(); if(!port) Error(ErrorNoMemory,"Can't create port"); i...

Commanding a device to send SMS through Dial Up Networking in Python

How to tell a device, which has an open Dial Up Networking port, to send and SMS with a given body to a given short code? How to implement it in Python? ...

How to get a TCP socket with CSD data call bearer on Windows Mobile 5.0?

Hi everyone, I'm writing a mobile application which needs to connect to a server using dial-up ( CSD ) connection. An additional request is that it needs to use TCP over PPP ( the server is using such combination ). I know how to get the CSD connection using RAS API. But what I'm asking is how to get a TCP socket that "uses" this conne...

how can I send dial-up message through external modem connected serial port?

hello, I have a question. I connect the external modem to the pc with serial port. so i want to connect server through dial-up method with C#. And then, send and receive message. How can i solve this problem? please. Can I use serialport component of .NET? ...

Dialup modem transmission protocols and reates (client and server)

Hello, Does anybody know why when connecting two dial-up modems the maximum protocol you can use to stablish the communication is V.34 -33.6K? I've read that you can connect with the server modems of the ISP using V.92 or V.90 and I would like to know if there is any explanation to this. Thanks in advance. ...

how to call Rasapi from vbscript

I need to write a VBScript script to check the state of a dial-up connection, perform the dial up if disconnected, hang up the connection etc. I know this can be done using RAS API functions, so I'm wondering if there's any way to call these functions from VBScript? If not, how else can I manage dial-up connections using VBScript? Can so...

Can we write a script to do something when a dialup connection is made to my computer?

This is the situation, I have configured a dial up server and i want to play a sound or pop up message when a daipup connection is made to my computer from a specific location. and it could be done with configuration file or some script to run some exe.please give me some ideas ...

Dial into FTP server (Data logger) using python (OS independent)

Hello, I have a few data loggers in the field. The manufacturer set them up as dial up ftp servers. I'm writing a python program that automagically downloads all the latest files from the server into a specified folder on my computer. Which OS independent library do you recommend for dial up? Do you have any suggestions, comments, or ...

Replication/Synchronization Library for Occasionally Connected Systems

here is the situation I have a .Net desktop application which stores it's data on local file system (using sqllite). And there is the master database on a remote server which. The desktop application needs to synchronize data to the master database when ever there is a dial up connection to a specif server or when ever there is an intern...

ISDN dial up connection with python

Hi all, I have a requirement to create a Python application that accepts dial up connections over ISDN from client software and relays messages from this connection to a website application running on a LAMP webserver. Do we have some modules or support for this kind of implementation in python? Please suggest. Thanks in advance. ...

RAS popup terminal window programmatically

Hi, I have a custom dialer for dial-up connections (written in delphi). It works perfectly and does a lot of great stuff... Now, i want to allow the user to configure the connection to show an after-dial terminal window as if they checked the box "Show Terminal Window" in the "Security" tab of the connection properties. I already used...