networking
Java multiplayer game - networking concepts
For a school project, we\'re supposed to create a multiplayer game in Java (it should be client/server) which can be played over the internet (we\'re programming this at school, so it\'s not homework)[详细]
2023-04-08 21:03 分类:问答Embedded IP stack: is it okay/accepted to have asynchronous sending?
I am trying to implement a very small IP stack for 8-bit AVR MCUs. I don\'t want it to support TCP, because it\'s really too big and I don\'t need it, but rather UDP (and, of course, ARP and ICMP).[详细]
2023-04-08 20:41 分类:问答Java listening for http messages
I have a java program that can ask client programs questions. I would like to add functionality by embedding the questions I might ask into a hyperlink so that they can be asked by clicking on that li[详细]
2023-04-08 18:26 分类:问答understanding tcpdump trace with ethernet headers
I have two packets in my tcpdump log and I have no idea what \"P\" and \"In\" in the second column mean. Could someone explain what they mean?[详细]
2023-04-08 18:03 分类:问答iOS Reachability error will not display
I have created an error message that should display if the user can not connect to google.com by eithe开发者_高级运维r WI-FI or WWAN. I do not get any coding errors, so nothing seems to be wrong. I am[详细]
2023-04-08 17:33 分类:问答How to mount WebDAV share programmatically on Windows 7/Vista without assigning drive letter?
I need to mount WebDAV share programmatically on Windows 7/Vista without assigning drive letter. I know[详细]
2023-04-08 16:29 分类:问答programming language recommendation for Expressing Network Configs
I would like to see开发者_如何学Go if there is a language for expressing network configuration. I can use M4 and YAML for macro-fying some of the configs but with conditional statements, they seem to[详细]
2023-04-08 16:13 分类:问答How does Android test network connectivity (system level)
This is not about Java level code. What I\'m looking for is how Android test the connectivities in low level.[详细]
2023-04-08 15:25 分类:问答Identifying DNS packets
W开发者_JS百科hen looking a packet byte code, how would you identify a dns packet. The IP header\'s protocol field would tell that a UDP frame follows, but inside the UDP frame no protocol field exist[详细]
2023-04-08 10:39 分类:问答netdb.h not linking properly
I\'m trying to compile this program, as referenced in Beej\'s Guide to Network Programming on page 19.[详细]
2023-04-08 07:38 分类:问答