Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Brian-ED/bqn-socket

This is a socket library for making it easier to use sockets in BQN
https://github.com/Brian-ED/bqn-socket

bqn

Last synced: about 1 month ago
JSON representation

This is a socket library for making it easier to use sockets in BQN

Awesome Lists containing this project

README

        

This is a socket library for making it easier to use sockets in BQN.
It is currently unstable with little testing done

currently only linux, more operating systems planned.

# Tested on
linux x86-64 Mint-OS.

# extra info
Some macros and defines were manually resolved by including a lot. Mistakes in conversions are likely. To find back some of the macros that were copied you may look in ``, ``(only for macros NI_MAXHOST and NI_MAXSERV), `` (only for the close function), and ``. I have no idea if the macros are machine-dependant.

Could be worth resolving all these macros automatically with [c-header-to-bqn-ffi](https://github.com/Brian-ED/c-header-to-bqn-ffi/).

I'll be using this lib for making online games with rayed-bqn.