Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days ago
JSON representation
This is a socket library for making it easier to use sockets in BQN
- Host: GitHub
- URL: https://github.com/Brian-ED/bqn-socket
- Owner: Brian-ED
- Created: 2024-06-27T23:47:31.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T13:11:49.000Z (6 months ago)
- Last Synced: 2024-12-01T05:45:35.594Z (11 days ago)
- Topics: bqn
- Language: BQN
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bqn - bqn-socket
README
This is a socket library for making it easier to use sockets in BQN.
It is currently unstable with little testing donecurrently 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.