Hi, Erik
I'm a Linux system administrator, and I need a UDP universal interface for my SNMP, and IPMI work. Now I have to port to every CL platform by myself, but I think maybe I should do this by patch usocket to support UDP.
Is there any UDP porting framework which already exist in usocket? I'm very interesting in getting UDP support to work on LispWorks, SBCL, and OpenMCL, the three main platforms I use.
Regards,
Chun TIAN (binghe)
On Jan 29, 2008 8:21 PM, Chun Tian (binghe) binghe.lisp@gmail.com wrote:
Hi, usocket developer
Recently I wrote a LispWorks UDP support package for my pure lisp SNMP package. I use the FFI function which already in LispWorks to do a UDP job, and implement a interface which very like the exist TCP interface.
You can find my code here:
URL: https://cl-net-snmp.svn.sourceforge.net/svnroot/cl-net-snmp/lispworks-udp/tr...
Seems LispWorks, Ltd. didn't have any plan for UDP support, this package may help for usocket to implement a universal socket interface. I'll be glad for usocket to use my code, you can asdf depend it or just merge it.
Thanks for the offer! I'm still working at 'tidying up' the TCP support, but once that's done, I'll be sure to have a look at your UDP code, because we'll want to offer UDP to usocket users when TCP is available.
Thanks again!
bye,
Erik.