Alecio Furanze (Ale)
Alecio Furanze (Ale)
**Info:** Hello, I have been a Flax traveler for a few years now... Then I came across the error in version 1.8 of Linux Mint where I can't open flax...
```rb # current version Host instance = new Host("127.0.0.1", 8080); Host instance = new Host(...); ``` ```rb # new features required Host instance = new Host("www.alec1o.com:8080"); ``` > ##### Hacks...
:+1: https://stackoverflow.com/questions/73237486/creating-tcp-connection-and-getting-the-header Protocols like http detect the framing of your data through the stream, and create the framing at the application level, Netly's function is to provide the socket and...
**Is your feature request related to a problem? Please describe.** the docs of project is manual and maybe can have errors on api. and is hard mantain manual wrote, for...
I import my House model to Flax and this working fine, but to me modify each part of model like active or disable a model part i Need import as...
- TCP.Client can add custom optional certificate - TCP.Server can add force client certificate ```rb # ITCP.ClientTo void Encryption(bool enable); #default void Encryption(bool enable, byte[] certificate); #optional certificate ``` ```rb...
### Is your feature request related to a problem? Please describe. Support new options: - tittle_text="Hi" (override text if not empty) - title_align=left|center|right (or 1, 2, 3) - revert=true|false (invert...
- **Issue description:** Hi, I'm find a error on load Android NDK, when try compile to Android, I already installed SDK and NDK (side by side), and it load. the...
Now [09/14/2024] [netly.docs.kezero.com](https://netly.docs.kezero.com) website is offline and not acessible, this reason that's why is going be hard deployment of new website version. The new website version is working fine but...
### Feature Request: Implement Secure Key Exchange and Data Encryption in RUDP Handshake **Summary:** Add a secure key exchange and data encryption process to the RUDP handshake phase. This enhancement...