Showing posts with label socket. Show all posts
Showing posts with label socket. Show all posts

Erlang: UDP socket usage example with gen_udp

UDP is a widely used protocol and Erlang is a great platform for different network application different kinds. Today I decided to publish small UDP echo server example. I know that UDP socket usage is very simple in Erlang, but I think somebody will find this code usefull.

Example of Erlang crossdomain policy server for Adobe Flash

Latest version of article & code can be found on my new blog: Example of Erlang crossdomain policy server for Adobe Flash

Some time ago I had to use sockets from Adobe Flash/Flex, so needed a simple one implemented in Erlang. I do not suggest to use it exactly like it listed below, but you may find some idea for your project there. I hope that you know what I am talking about, if you are reading this article, so do not want to waist your time...