Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)