<br><br><div class="gmail_quote">2012/4/30 Jared Kofron <span dir="ltr"><<a href="mailto:jared.kofron@gmail.com" target="_blank">jared.kofron@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+1 for JSON - Communication between our Erlang nodes and Obj-C is done entirely via JSON and it works very nicely.</blockquote><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div><div class="h5"><div><br><div class="gmail_quote">On Mon, Apr 30, 2012 at 1:42 PM, Jack Moffitt <span dir="ltr"><<a href="mailto:jack@metajack.im" target="_blank">jack@metajack.im</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>> I was thinking it would be nice to use the ei_encode* functions to make the data passing back and forth more Erlang-friendly.<br>
<br>
</div>This isn't directly your question, but I did an iOS app that talks to<br>
an Erlang server and used JSON. I've also done this with another app<br>
with MsgPack, and both worked great.<br></blockquote></div></div></div></div></div></blockquote><div><br></div><div>+1 - I have also done iOS <-> Erlang Server communication with JSON to great success. We used record <-> json encodings on the server-side since records were our data-model (with mnesia).</div>
<div><br></div><div>Do not use ei and force a term-format on your Obj-C code. It's not nice and a bad fit. </div><div><br></div><div>// Björn-Egil</div></div>