2006年03月27日 星期一 20:27
I have not googled ,I had baidued it:-) 这几天事情多,有把这个事情耽误了 其实我本来的目的是要知道python往底下能有多深? 这样 是不是可以写一些IP地址欺骗之类的事情 避免C、C++的繁杂 又忙了,以后我注意 > > Jay wrote: > > >我对python的网络部分不大了解 > >借问大家,只使用python,不要混合c或者其他底层的语言可以实现ping吗? > >欢迎您的回答 > > > 您google了么? > 提示: 可以使用如下关键词 > python ping module > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060327/3e9d4df6/attachment.html
2006年03月28日 星期二 10:13
Jay wrote: > I have not googled ,I had baidued it:-) > > 这几天事情多,有把这个事情耽误了 > 其实我本来的目的是要知道python往底下能有多深? > 这样 是不是可以写一些IP地址欺骗之类的事情 > 避免C、C++的繁杂 > > 又忙了,以后我注意 > > > > Python自带的模块可以用来实现基于TCP/UDP的通讯. 如果你需要进行更加底层的 操作,那么需要到网上找找有没有这方面的模块,或者自己找一个C/C++的库包装一下. 另外如果你要找英文的信息, 还是google的好.
2006年03月28日 星期二 11:11
应该可以 用socket.SOCK_RAW,什么都可以 On 3/27/06, Jay <wz12 at yeah.net> wrote: > I have not googled ,I had baidued it:-) > > 这几天事情多,有把这个事情耽误了 > 其实我本来的目的是要知道python往底下能有多深? > 这样 是不是可以写一些IP地址欺骗之类的事情 > 避免C、C++的繁杂 > > 又忙了,以后我注意 > > > > > > Jay wrote: > > > > >我对python的网络部分不大了解 > > >借问大家,只使用python,不要混合c或者其他底层的语言可以实现ping吗? > > >欢迎您的回答 > > > > > 您google了么? > > 提示: 可以使用如下关键词 > > python ping module > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > 你 知 道 2006 年 最 火 爆 的 电 子 邮 箱 吗 ? > 多 达 1.1 亿 中 国 人 选 择 网 易 2000 兆 免 费 邮 箱 , 抢 注 再 得 280 兆 超 大 网 盘 > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > >
2006年03月29日 星期三 09:18
当然能了 用sock_raw,就是raw socket,然后自己构造icmp报头,一切OK. socket.socket(socket.AF_INET, socket.SOCK_RAW)
Zeuux © 2025
京ICP备05028076号