Monday, October 27, 2003, 7:25:44 PM, Eric wrote:
> Ok, I'm mostly a newbie to Rebol but not programming in general. > Anyway, I'm looking for info as to whether it could be possible to > build a dhcp daemon with Rebol. DHCP uses UDP as transport protocol, afair. REBOL does support UDP, so building a DHCP daemon should be possible :) > IF this is possible, does anyone have any pointers where to start > looking(besides the RFC's that I'm already starting to tear > apart)...a simple code example wouldn't be unwelcome. I suggest that you take a look at the networking stuff in the REBOL/Core Users Guide (http://www.rebol.com/docs-core.html) There is a tip how to use server ports in REBOL in the REBOL Cookbook, (http://www.rebol.net/cookbook/) and it might be helpful even though it's about TCP server ports. -- Best regards, Andreas -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
