| Reply | « Previous Thread | Next Thread » |
|
Dear All
I want to know that is it possible using pys60 to ping any IP address from the mobile phone? kiran ||Kiran || Nokia E-65 Nokia 7610 Nokia N95 8GB Nokia E90 Nokia 5110 !! Nokia 6110i !! |
|
Hi
After searching somwhat i found a link http://www.python.org/~jeremy/python.html where there is one example to ping but i m not sure how to include ICMP package in terms of import. The code is available for ICMP too, can i install it using library module to run the ping.py file? BR Kiran ||Kiran || Nokia E-65 Nokia 7610 Nokia N95 8GB Nokia E90 Nokia 5110 !! Nokia 6110i !! |
|
After investigating the link you gave and trying to get the ping program to to work, it seems that generating ICMP messages (which ping uses) is not possible. This is due to the fact that the socket module does not allow creating raw sockets (type socket.SOCK_RAW).
Another thing to consider is that operators are free to block any traffic they can get away with. ICMP ECHO_REQUEST packets used by ping are an excellent candidate for dropping... |
|
Thanks jethro
Cant we make any small networking utility for checking details about network, i mean testing a connection etc. Can we test the speed of our GPRS using python? can we test a webserver is up or not? can we tracert any IP? Thanks Kiran ||Kiran || Nokia E-65 Nokia 7610 Nokia N95 8GB Nokia E90 Nokia 5110 !! Nokia 6110i !! |
|
Quote:
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| How do I determine the IP address of my phone? | tote | Symbian Networking & Messaging | 7 | 2006-09-15 10:49 |
| Binding to Remote IP address Fails with -1 | girish_1978 | General Symbian C++ | 0 | 2006-08-04 21:29 |
| Device WAP Address | Regan | Mobile Java Networking & Messaging & Security | 3 | 2005-11-21 11:21 |
| Aphanumeric Address formats on MM1? | shtobias | General Messaging | 0 | 2003-09-09 08:49 |
| Help! Help! My IP address is changing like crazy !! | jwynn_in_nh | Mobile Java General | 0 | 2003-07-22 23:10 |