<a href="http://erlagner.org/">http://erlagner.org/</a><div><br></div><div>There's a few projects in there which might be of help to you.</div><div>If you search for "gen_tcp" you'll get some good information as well.</div>
<div><br></div><div><a href="http://20bits.com/articles/erlang-a-generalized-tcp-server/">http://20bits.com/articles/erlang-a-generalized-tcp-server/</a></div><div><br></div><div>Also, <a href="http://learnyousomeerlang.com/">http://learnyousomeerlang.com/</a> is a very good resource as well.</div>
<div><br></div><div>Gluck!</div><div><br></div><div>-mox</div><div><br><div class="gmail_quote">On Tue, Apr 12, 2011 at 7:22 PM, Mode7James <span dir="ltr"><<a href="mailto:James@nt-sky.com">James@nt-sky.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I'm just learning Erlang, so please bear with me.  I've read Erlang & OTP in<br>
Action, and am currently reading through Joe Armstrong's book right now.<br>
That said, I am currently a Sr. Flash developer, so my background is still a<br>
little fresh concerning programming concepts that I'm sure most of you are<br>
already well-versed in.<br>
<br>
I want to build a server for mobile & flash multiplayer games that utilizes<br>
a secure TCP connection to authenticate people, but then opens a UDP port to<br>
send/receive information.<br>
<br>
I decided to post here because all I need is a little kick in the right<br>
direction.  I figured my first goal would be to set up a simple server that<br>
is able to send/receive from a very simple client, written in Objective-C.<br>
This would allow the user to drag a ball around the screen, essentially<br>
sending the coordinates of the user's input to the server, it checks with<br>
the basic mechanics, and sends back so many frames per second the location<br>
of an on-screen ball.<br>
<br>
My goal is to incorporate simple physics, but I really want to start small<br>
and get off on the right foot.  Would someone please walk me through doing<br>
this the proper way, using OTP standards?  I want to make sure that I don't<br>
create any bad habits, and so far I have understood the books I've read.<br>
Reading and creating a fully working example is two completely different<br>
things though.<br>
<br>
Thanks so much in advance!<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://erlang.2086793.n4.nabble.com/Erlang-beginner-questions-tp3446106p3446106.html" target="_blank">http://erlang.2086793.n4.nabble.com/Erlang-beginner-questions-tp3446106p3446106.html</a><br>

Sent from the Erlang Questions mailing list archive at Nabble.com.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</font></blockquote></div><br></div>