Well after going threw all the XNA related things and the "internet on the zune" theory, I got to thinking, if we found out what port it tries to listen to when you are sending the picture, I could make a simple java server to pick up any connections and continue from there. I mean we can already sync with the pc per say, wirelessly and that might just be the port we need, idk, but I'm gonna do some more digging into this. I mean we don't need a browser per say but having a online game (for games like valgard's fate), would be awesome to have.
So if anyone has some input on this or comments please reply!
Edit:Well I decided to check out some packets when the zune is syncing wirelessly, and when the zune, is just sitting idle connected wirelessly, I found out some interesting things.
One:My zune has a static IP.
Two:I got the port it uses, 15740
Three:While analyzing the packets going from and to my zune, I found that the zune when connected turns in a UPNP device, if you have a router you know what they are, so I decided to go deeper into the packets.
Four:The zune, yes was going onto the internet while it was sitting there idle, I thought that was pretty neat, actually it was connecting to my SERVER computer which has the internet on it, and idk what it was doing from there but it was communicating with the ICS(Internet Connection),
Five: As I was typing up this post I found a webserver on the zune, yes that's right, a webserver,
http://my_zunes_ip:1040-1045/Device.xml, from there I could pretty much get all the info that was on my zune, even a image location, so I decided to go snooping around to see if I can find a folder of stuff, or perhaps another XML with like a directory of this webserver of stuff.
I'll try and keep you guys up to date on my progress here.