Does anyone have any good tutorials on sending UDP packets from the iPhone SDK?
EDIT:
Was actually really easy to do this...
RTFM!
After
You can use the CFNetwork framwork to create a UDP socket with CFSocket. Here is the CFSocket reference.