Skip to content Skip to sidebar Skip to footer
Showing posts with the label Networking

In Python, Issue A Get Request To A Ipv6 Link-local Address

Is there a standard way to issue an HTTP GET request to a url using any standard python library, wi… Read more In Python, Issue A Get Request To A Ipv6 Link-local Address

How Do I Get My Computer's Fully Qualified Domain Name In Python?

I know I can use platform.node() to get my computer's network name: >>> import platfor… Read more How Do I Get My Computer's Fully Qualified Domain Name In Python?

How To Connect A Socket To Another Computer's Socket Through Internet

I recently have some difficulties to connect a socket to another computer's socket through Inte… Read more How To Connect A Socket To Another Computer's Socket Through Internet

Associating My Windows Computer To A Wifi Ap With Python

I'm trying to write a python script that can make my computer associate to a wireless access po… Read more Associating My Windows Computer To A Wifi Ap With Python

Netdisturb Using Python

I am trying to develop a script in Python which would function like the NetDisturb utility. Some of… Read more Netdisturb Using Python

Python Networking: Asynchat Handshake

I am using python asynchat to implement a network protocol. At connection time I need to send a com… Read more Python Networking: Asynchat Handshake

How To Get Mac Address Of Connected Access Point?

I am using Scapy to sniff access point(AP) beacon packets and also getting all AP beacon packets an… Read more How To Get Mac Address Of Connected Access Point?

Is It Is Possible To Force Tcp Socket To Send 0 Bytes In Case Of Packet Losses - Python

I am writing a simple file client-server communication to transfer a file with TCP. The code I wan… Read more Is It Is Possible To Force Tcp Socket To Send 0 Bytes In Case Of Packet Losses - Python