Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurarozier/beef-net
BeefLang networking library
https://github.com/laurarozier/beef-net
Last synced: 26 days ago
JSON representation
BeefLang networking library
- Host: GitHub
- URL: https://github.com/laurarozier/beef-net
- Owner: LauraRozier
- License: unlicense
- Created: 2020-11-14T23:12:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T02:26:11.000Z (over 2 years ago)
- Last Synced: 2024-04-16T07:48:49.437Z (8 months ago)
- Language: Beef
- Size: 16.7 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beef-Net
BeefLang networking library, based on [lNet](https://github.com/almindor/lnet)
## Dependencies
Beef-Net relies on [Beef-OpenSSL](https://github.com/thibmo/Beef-OpenSSL) for handling SSL-related operations.
## Quick Start *(using Beef IDE)*
1. **Download** Beef-Net and copy it into BeefLibs inside your Beef IDE root directory.
2. In the Beef IDE, add Beef-OpenSSL to your workspace (Add From Installed)
3. In the Beef IDE, add Beef-Net to your workspace (Add From Installed)
4. In the Beef IDE, add Beef-Net to your project (Properties > Dependencies)
5. Have fun!## Examples
- [FTP Client](https://github.com/thibmo/Beef-Net/tree/main/Examples/FtpClient)
- [HTTP Client](https://github.com/thibmo/Beef-Net/tree/main/Examples/HttpClient)
- [SMTP Client](https://github.com/thibmo/Beef-Net/tree/main/Examples/SmtpClient)
- [Telnet Client](https://github.com/thibmo/Beef-Net/tree/main/Examples/Telnet)