OpenSSL/DTLS Support in Nim

2023-01-09 Thread mratsim
There is no DTLS support in Nim. This is something that we will likely slowly work toward at Status (Nim biggest backer ) as it's needed for WebRTC. > Is there any way to request this feature in future? Networks aren't my forte, > so it's all a bit above me,

OpenSSL/DTLS Support in Nim

2023-01-09 Thread federico3
`std/openssl` is meant to provide only a minimal subset of OpenSSL functions to provide TLS.

Workaround if you are curious about “couldn’t render historic post”

2023-01-09 Thread tsojtsoj
Nice, bookmarked. Let's hope this one doesn't turn into “couldn’t render historic post”

OpenSSL/DTLS Support in Nim

2023-01-09 Thread Metaltron
As a fun project to learn Nim (enjoying it so far!), I've decided to make a simple [TFTP](https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol) client/server program. One thing I wanted to try, was adding encryption to the UDP traffic (maybe with a new TFTP option). It looks like this c

Workaround if you are curious about “couldn’t render historic post”

2023-01-09 Thread pietroppeter
In case you run into some of those “couldn’t render historic post”, a workaround to know the content is to take advantage of nimforum api, for example: shows the source of the post that opens this thread: more ex

Official Fediverse (e.g. Mastodon) account?

2023-01-09 Thread Hlaaftana
Sri Lankan law is right around the corner people! Seriously though this doesn't seem like a big deal, Nim twitter/social media seems like it would just be announcements or whatever and wouldn't be interactive, so you can easily automate this or make a custom client that sends to Twitter, Mastod

Trying to make a lexer, stops if it hits an operator.

2023-01-09 Thread georgelemon
Check [std/lexbase](https://nim-lang.org/docs/lexbase.html). Or even better, use my [toktok](https://github.com/openpeep/toktok) package, a generic tokenizer based on Nim `macros`, `lexbase` and `strutils`. Basic example: import toktok static: Program.settings(uppe