WiFi shield sending weird packets

Hi,

I'm playing around with the WiFi shield. I want it to report the temperature from a sensor to a server (written in Python Twisted). However, I get some weird packets that I can't parse. I listened to the packets, and attached the TCP stream. Most of the bytes are not ASCII, but the ones that are, are very odd. I'm using a Linksys router, but see "Wireless Router TL-WR841N". Also, the hostname of my router shows up every once in a while?

Can somebody decrypt what's going on? Any ideas?

Thanks!
bB

.........D.D....B..............#l..'x...}=..E..(.]....2X...d...f.(?....O..).P...aB..............ersion": [1, 8], "displayname": "6500676", "port": 17500, "namespaces": [204817635, 2080997, 188346396, 48299242, 217252269, 180522478, 61910589, 242468995, 154226644, 202457290, 178161596, 83130237]}...[h.e.....c.Sc5..6.....3...Q.:.....;...'P...............;...;....asli.....*D....-..7...........$...............0.T.....P........Wireless Router TL-WR841N.......<...
.addr.arpa........x.............x.....f.7.2.4.A.1.8.E.F.F.F.C.6.3.2.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.(.......x.............x...........#l....'.../................@.../.....x.........../.....x......@....J./.....x...J......)...............#2....#l..'....5I.em..S.uQ5.....
........]....}'9g~x.5..;.1.v.~.(C.K....l| GAy...[...~....~..M].l#.2A...........M1.....;.k.0~......g..x..9U.....%..j.O....]8=.Vo........H.i$..........i..p.h...... ..A.......T&......<.C..k9........e./..BN.N...c.d...J...".*m..e.H..?Z.4..G
&...{....XRQ....3q.

What did you capture the packets with? Your Twisted server or another tool?

One thought would be to use something like the "nc" command or WireShark to make sure that fruit salad is on the wire and not introduced by something twisted in your Twisted server.

We can give you better answers here if you post your code.

-br

You might want to Google "dropbox listener".