[REBOL] Re: Sending IP Packets
From: ryanc:iesco-dms at: 11-Oct-2001 13:40
>> bobs-listener: open/binary tcp://:3333
>> dons-end: open/binary tcp://127.0.0.1:3333
>> bobs-end: first wait [bobs-listener]
>> insert dons-end #{AABBCC}
>> copy/part bobs-end 3
== #{AABBCC}
>> insert bobs-end #{112233}
>> copy/part dons-end 3
== #{112233}
>> close bobs-end
>> close dons-end
>> close bobs-listener
--Ryan
Learned wrote:
> I am testing an IP based API, and it seems from the
> litle experience I have that REBOL might be a good
> tool to test with. Are there any examples out
> there that illustrate how to send IP packets. I
> have seen all the popular protocol things, involving
> web, mail, etc., but in this case, I'm looking more
> for being able to assemble a small binary data structure
> sending it out an IP port and listening for a response.
>
> Any pointers toward sample code would be useful.
>
> Thanks
> --
> To unsubscribe from this list, please send an email to
> [rebol-request--rebol--com] with "unsubscribe" in the
> subject, without the quotes.
--
Ryan Cole
Programmer Analyst
www.iesco-dms.com
707-468-5400