Tagged Questions
The ppp tag has no wiki summary.
13
votes
3answers
2k views
How to use “adb ppp”?
I am trying to connect from my Android device to the host using usb and ppp.
There seems to be an option "adb ppp " that can be used. But I can't find an explanation
on how to use it. There is an old ...
10
votes
6answers
1k views
Pseudocode Programming Process vs. Test Driven Development
For those who haven't read Code Complete 2, the Pseudocode Programming Process is basically a way to design a routine by describing it in plain English first, then gradually revise it to more detailed ...
7
votes
2answers
330 views
PPP Server on Windows
We have a solution where some hardware connects to a COM port on a Win 7 machine, and interacts with our Java app. The hardware wants to use a PPP Server to transparently connect to an other server ...
3
votes
1answer
988 views
Why GPRS modem provides embedded TCP/IP stack
My colleague and I are mining the GPRS MODEM market for a module suitable for use with embedded Linux. During the market scan, we see that several vendors highlight that their MODEMs include an ...
3
votes
4answers
1k views
How does PPP or Ethernet recover from errors?
Looking at the data-link level standards, such as PPP general frame format or Ethernet, it's not clear what happens if the checksum is invalid. How does the protocol know where the next frame begins?
...
2
votes
2answers
64 views
Chat with modem during ppp connection
I have a GPRS modem that I use with a PPP connection in an embedded Linux ; I need to get the modem hour while the connection is active, and for that I would like to use AT commands. But I have no ...
2
votes
1answer
119 views
get MAC address for mobile broadband modem in python
I want to get the MAC address for my network interface on Linux using python with PyQt4 modules so when I run this code :
form PyQt4.QtNetwork import *
def getinfo():
all_info = ...
2
votes
0answers
175 views
PPP connection through serial cable works on WindowsXP but doesn't work on Windows7
I have a device that establishes PPP connection (or incoming connection in terms of Windows) through null-modem cable and then communicates with PC using TCP sockets API.
The problem is that all ...
2
votes
1answer
84 views
Can I automatize pppoeconf?
I am a Ubuntu user (10.04 as of now), since I use it, over a year, I have to manually enter the command $ sudo pppoeconf everytime I turn on the computer and want to connect to the internet, the I ...
2
votes
1answer
2k views
Overhead with PPP and Ethernet
What is the overhead for PPP and Ethernet sending 5000 bytes?
Frame size for Point-to-Point Protocol: 8 bytes
MTU: 500 bytes
Frame size for Ethernet: 18 bytes
MTU: 1500 bytes
Both sending 5000 ...
2
votes
2answers
661 views
How to get pppd inet address from shell command
I'm not sure whether to post it here or at ServerFault.
Anyway, I'm trying to work around company's firewall to connect to some media sharing site using my phone's 3g network. I've come up with a ...
1
vote
2answers
70 views
How can I communicate over a PPP connection in a C# application?
I've used a PPP connection before using pppd in linux, but now I need to communicate with hardware via a PPP connection from a C# application and I'm new to .net. Is there a way I can open a PPP ...
1
vote
1answer
61 views
Is my SIM card faulty or is my provider annoying me?
I'm trying to establish a PPP connection using pppd and AT Commands. This usually works fine with a SIM card of my local provider. However, I received a card from a friend that is living in Germany ...
1
vote
0answers
230 views
GPRS PPP connection issue on linux [closed]
I'm using Telit UC864-E GSM 3G modem. I want to run GPRS/3G connection over PPP on linux using pppd(ppp daemon).
I have a Telit UC864-E modem on my development board running embedded linux on Atmel ...
1
vote
1answer
87 views
How can I communicate with a 3G modem via pySerial while it is connected?
I'm running Ubuntu 11.04 and a ZTE 3G modem.
The modem is dialed with WvDial
When the modem is not in use by WvDial I can send AT commands to the modem, and get information like signal strength:
...
1
vote
0answers
60 views
VPN client to use selected client N/W interface to connect to remote server
This is what I wish to achieve. Am using openvpn client on a linux box. Am trying to aggregate bandwidth over two ppp connections over EVDO ( USB wireless broadband dongle).
--> ...
1
vote
1answer
95 views
How can I capture packets from a PPP interface with pypcap?
It's dpkt.ethernet.Ethernet(pkt) for an ethernet interface, what is it for the ppp0 interface?
1
vote
1answer
126 views
Which of ppp, tcp, rtp and tls are connection-oriented protocols?
There is not much to say here - I'd like to ask which of these for protocols:
Point to Point Protocol
TCP
Real Time Protocol
TLS
...are connection-oriented and which of them are reliable?
1
vote
1answer
309 views
kernel crash in handling network
an error happens when lots of udp data transmission in my DSL router.
my enviroment:
pc1 ----(ethernet)--->DSLAM--(PPPoEoA)-->DSL router--(ethernet)--pc2,
pc1 send udp data to pc2, udp data size:1460 ...
1
vote
2answers
536 views
Embedded Linux - Get Signal Strength of Modem While Connected
I am running a USB cell modem via PPP in Embedded Linux. I can use AT commands via minicom to connect to the modem and interrogate the signal strength (AT+CSQ) when the PPP connection is not active. ...
1
vote
2answers
486 views
VPN with MySQL database for authentication
I want to set up a VPN server (via IPSec or PPP etc) but I want the authentication to be dealt by MySQL or other RDBMS... does anyone know an opensource project or an easyway to achieve this...? I'm ...
1
vote
2answers
89 views
what is the exact difference between Closed and Stopped State in PPP State machine
I wanted to know what is the exact difference between Closed and Stopped State in PPP State machine.
It would be great full if someone explain in detail.
I am designing ppp stack using C++.
Thanks ...
1
vote
1answer
357 views
Scalable PPP protocol. Help Needed regarding State Machine
I am designing scalable PPP [mean it can be extended to over Ethernet, over HDLC, over ATM etc.]. I was stuck in determining whether State Machine is hadle by PPP stack [means i have design Base ...
1
vote
2answers
859 views
PPP demand dial with modem bank in linux
I have a linux box with a bank of modems and need to create demand-dial (outbound) PPP connections to a very large set of remote machines. Since I have far more remotes than local modems, I'd like to ...
1
vote
2answers
931 views
Checking network status and controlling PPP in a program
So I'm running PPP under linux with a cellular modem. The program I'm writing needs to know if the link is active before sending any data.
What are my options to check
if the link is available
if ...
0
votes
1answer
71 views
Creating a serial PPP connection between a Windows CE 6 device and Windows 7
I need to create a PPP connection over a serial port between an embedded device running Windows CE 6 and a PC running Windows 7.
I've configured a dial-up modem on Windows 7 according to this: ...
0
votes
1answer
67 views
How did NOKIA N9 pppd to network?
When use wcdma module ,we should use ppp protocol to communicate with ppp server. But I can't see any file about ppp in NOKIA N9's filesystem.
So,How N9 use linux(harmattan) to dial to PPP server and ...
0
votes
1answer
35 views
Packet capture using winpcap on ppp device
When I make a call to get network interfaces' name using winpcap I get all devices name but I am not getting ppp device(my 3g usb stick).
How can I capture packets coming from this device?
I am ...
0
votes
1answer
30 views
GPRS PPP connect failture during LCP negotiation
I did some work to transplant TCP/IP stack to MCU. Through GPRS, MCU can connect internet.
However, I met with some trouble during LCP negotiation.The following is my solution referring networking ...
0
votes
0answers
145 views
PPP over ADB/USB in Windows during application developlment
Does anybody know how to use the PC network connection on Android phone (instead of WiFi/3G) when debugging over the USB cable?
In other words I need to share the PC connection with the Android ...
0
votes
2answers
47 views
How to find the default gateway of PPP interface?
I am using Debian Linux and using wvdial, I am able to establish ppp connection with the cellular network. ppp0 interface is getting created and IP address is assigned for the interface. How do I find ...
0
votes
0answers
25 views
Creating a Service on Cent OS / Parallels Power Panel [System Services]
I'm having a problem,
I can start up the service by hand easily check out this screenshot
Those S80policyserver and S80chatserver are the symbolic links. I don't know what those S80's suppose to ...
0
votes
1answer
52 views
How to find DNS servers for each PPP session in linux? [closed]
How to get the DNS server address which are specific to each ppp session. For example, I have to ppp sessions each one connected different service provider, how do I find out the DNS server IP address ...
0
votes
1answer
124 views
How does android maintain network connection
I want to know how Android maintain the ppp connection at low level (not application level.)
To be specific, when the ppp connection failed (no signal or whatever reason), how did android sense it ...
0
votes
1answer
189 views
Clash between PPP connections on Windows 7
I am using COM ports to connect to some hardware. I setup RAS connections for the various COM ports. If I connect to one device at a time then I am able to communicate using a TCP/IP socket with ...
0
votes
1answer
101 views
pppd stuck in dialing process
i'm connecting several usb modems to my Ubuntu:
uname -a
Linux devlp 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 21:21:01 UTC 2011 i686 GNU/Linux
pppd version: 2.4.5
i'm doing a test with 8 sierra ...
0
votes
0answers
422 views
VPN (PPTP or L2TP) connection on Mac programmatically
I would like to establish a VPN connection programmatically in Xcode using SystemConfiguration methods, but there is something bad in the parameters (errorcode 1002 - bad arguments). PPPoE works fine, ...
0
votes
2answers
215 views
Watching new entries on Linux Syslog from a C program
I want to write a program that monitors syslog and performs an action when PPP authentication fails.
I think "tail -f /var/log/syslog" could help, but I'm not sure how to use it... probably using ...
0
votes
0answers
245 views
HDLC implementation in Java?
I am working on a project that requires packet exchange between a Java-based server and remote embedded systems. I have a serial interface between the controller and remote systems. I have an ...
0
votes
0answers
324 views
LIBPCAP and WIRESHARK Capture on PPP
I have written a small bridge program using LIBPCAP API. I have installed Winpcap 3.1 Beta for support in order to capture from a PPP interface. What i do is, I capture from the PPP interface through ...
0
votes
0answers
158 views
ppp demon cross compilation
I want to use PPP demon for running gdbserver on mips32 target linux board.But linux does not include ppp support(i confirmed it as i dont see /usr/bin/pppd or /usr/sbin/pppd on target running ...
0
votes
0answers
450 views
ADB Socket Connection
Regarding debugging an android application sponsoring the client end of a socket.
In normal use the socket will be over one of the radios but during testing
I would like the socket to be connected to ...
0
votes
0answers
89 views
PPP login with PHP?
I have linux server which is the where the user is assigned bandwidth. My requirement is, if the user logins, he should be given access else he should be redirected to the login page.
0
votes
1answer
281 views
How do I create an FCS for PPP packets?
I am trying to create a software simulation on an Ubuntu GNU/Linux machine which will work like PPPoE. I would like this simulator to take outgoing packets, strip off the ethernet header, insert the ...
0
votes
1answer
232 views
How to implement a PPPoe server?
I want to develop one PPPoe-like server, so I can create a virtual connecting among server and client. Is there any opensource project for reference ? Thanks
0
votes
1answer
386 views
Restart PPP connection from C#
I have to restart a PPP connection on Windows 2k and XP from a C# program.
How can I do that ? Does I have to disconnect and reconnect ? How ?
Thanks in advance
Best regards
0
votes
1answer
607 views
How to write windows script to dial a connection
Is it possible to dial-up and hang-up a connection? The connection is a PPP 3G connection in my Windows 7 system.
0
votes
1answer
1k views
Get server IP of PPP VPN in Windows using VBScript or CMD
Is it possible to use VBScript or commandline to grab the server IP of a PPP VPN under Windows?
Note this is not VPN dialup server IP.
0
votes
3answers
1k views
Free C/C++ and Java implementations of PPP?
Are there free C/C++ and Java implementations of the point-to-point protocol (PPP) for use over a serial line? The C/C++ implementation will go into embedded hardware so portability is a concern. I'm ...
0
votes
2answers
122 views
Connecting to a Linux-based server over a modem
I have a black-box device with a modem attached (which I can send commands to), and would like to be able to connect to send data to a server from it. What connectivity options do I have, is PPP the ...