Is there a complete user-land TCP/IP Erlang stack implementation?

Hi All, Is there any complete user-land TCP/IP Erlang stack implementation?
Whether it’s in pure Erlang or NIF, both are OK. Thx.

2 Likes

This project source code, do you have what you need?

GitHub - ninenines/gun: HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP. HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.

2 Likes

@leeyis I’m looking for a TCP/IP stack (not what it is built on top of it like HTTP…).

I found an old project called erlang-tcpip, but not sure about its status (seems unmaintained):

The author is an academic who also wrote this paper:

Anyway thanks.

2 Likes

There’s an updated fork that we’ve used a bit: GitHub - rickpayne/erlang-tcpip: Erlang TCP/IP Stack

4 Likes

@eproxus many thx

1 Like