[gambit-list] UDP

Dimitris Vyzovitis vyzo at hackzen.org
Thu Aug 3 08:01:16 EDT 2017


You can use UDP sockets through raw devices and ffi.

There is a pretty comprehensive socket ffi in Gerbil which you can use with
raw Gambit code:
https://github.com/vyzo/gerbil/blob/master/src/std/os/_socket.scm

Of course you may want to try out Gerbil in full, which has quite good
support for sockets with a high level interface:
https://github.com/vyzo/gerbil/blob/master/src/std/os/socket.ss

-- vyzo


On Thu, Aug 3, 2017 at 2:56 PM, Guillaume Cartier <gcartier at jazzscheme.org>
wrote:

> Hi everyone,
>
> What is the current state of UDP in Gambit?
>
> I found
> - an old post where Marc says he has preliminary support and
> - https://github.com/bitwize/gamsock which looks interesting but hasn't
> been updated in years
>
> Anything else available if I need to integrate UDP in my Gambit
> application?
>
> Thanks
>
> _______________________________________________
> Gambit-list mailing list
> Gambit-list at iro.umontreal.ca
> https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20170803/3d5e8fb0/attachment.htm>


More information about the Gambit-list mailing list