I've been programming on and off as a hobby for some time, but I've never done anything with networking, and since I can't get the docs to work with Ubuntu I've been rather stumped.
Could someone offer an example of a program that would send a package of data (say 128 bytes) to another computer on a wired network? And then a program to catch that package on the other end?
I'm running Python 2.5 on Ubuntu.
Assume complete lack of knowledge about network programming, but not about Python itself. Any help would be greatly appreciated. :)