Latest #gen-tcp Threads 
This code let’s me connect with a 2d camera.
I’m running Linux and I can read the messages from the TCP server on the camera.
But it ne...
New
Hi everyone,
I’m implementing something that needs to read a TCP stream for the first time and trying to get my head around gen_tcp. I s...
New
I implemented a simple echo server in Elixir, repo is here GitHub - cj1128/echo_server.
When I test it using echo hello | nc localhost 4...
New
I am seeing this in my log:
...
(stdlib 3.7.1) gen_server.erl:637: :gen_server.try_dispatch/4
(stdlib 3.7.1) gen_server.erl:711:...
New
def handle_client(client) do
msg = IO.gets("> ") |> String.trim
:gen_tcp.send(client, buffering(msg))
:gen_...
New
Here is my code:
defmodule Server do
def listen_for_con(ip_addr) do
case :gen_tcp.listen(8000, [:binary, active: false, reus...
New
I have a GenServer that is tied to a tcp connection; if the connection fails it fails init/1. This is a problem because if the other end...
New
Hello.
I’m developping a P2P network using Elixir and I’m wondering if I must go to raw TCP or using HTTP.
Currently I thought to use ...
New
I am using :gen_tcp to send raw data between peers. How secure is gen_tcp? Do I need to add an extra security layer on top of what gen_tc...
New
I’m trying to estimate the maximum number of concurrent requests that could be made to outside servers based on RAM available. I figured ...
New
This Week's Trending
This Month's Trending
This Year's Trending
This code let’s me connect with a 2d camera.
I’m running Linux and I can read the messages from the TCP server on the camera.
But it ne...
New
Last Three Year's Trending
Hey everyone,
If I want to stream data from a file, it’s mega easy:
File.stream!("/path/to/file")
|> Stream.map(...)
|> Stream.fi...
New
Trending Over Three Years
Hey Elixir community,
I have a question, i'm building a communication between php and elixir via socket. I can't manage to received str...
New
All I want it to do is emulate the following netcat TCP command, which is working properly from my command line:
$ echo "|c country_US" ...
New
Hey there!
Lately I’ve been playing a lot FFXIV and Black Deset Online, during my game time I started to think about the millions of eve...
New
hi all! i’ve been on elixir’s irc but can’t really get anything working. so i decided to join the forum.
i’m from the crystal lang repo,...
New
In the weekend of 26-28 January, I worked together with five other programmers and a musician at this years’ Global Game Jam. For who has...
New
I have the following line in an elixir module:
{:ok, socket} = :gen_tcp.connect("my-appname-1842614232.us-east-1.elb.amazonaws.com", 40...
New
I feel like I’m doing something silly. I’m just trying to compare a dummy http server to cowboy and even though my “implementation” is ab...
New
I have an ssl socket which receives messages in JSON format. Right now im using Erlang ssl to setup the connection. In my implementation ...
New
I'm coming from a Scala and Akka Streams background. Elixir GenStage and Flow seem familiar and attractive. What I seem to be missing i...
New
Hello.
I’m developping a P2P network using Elixir and I’m wondering if I must go to raw TCP or using HTTP.
Currently I thought to use ...
New
Hi everyone,
I’m implementing something that needs to read a TCP stream for the first time and trying to get my head around gen_tcp. I s...
New
Bricks is a new suite of sockets libraries which will ultimately grow to encompass:
TCP/SSL/Unix sockets
Connector and acceptor pools
H...
New
Hi,
The question I tried a lot and have got no idea.
After
{:ok, conn} = Redix.start_link(host: "127.0.0.1", port: 6379)
conn is PI...
New
I implemented a simple echo server in Elixir, repo is here GitHub - cj1128/echo_server.
When I test it using echo hello | nc localhost 4...
New
I am using :gen_tcp to send raw data between peers. How secure is gen_tcp? Do I need to add an extra security layer on top of what gen_tc...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







