Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Does anyone know how I can figure out, if all I have is a subnet mask and an IP address, if the IP address is a part of a particular subnet?
I need to figure this out because my ethernet routines need to resolve IP addresses to hostnames and if the IP to send to isn't on the same subnet as the computer to send to, I need to send the ethernet packet to the gateway.
Do not forget about throwing together a DNS hack to get some basic support while you are working on it. You can just about ignore all the complicated stuff when doing it for the first time.