[erlang-questions] Creating an ssl over TCP ping server

Wes James comptekki@REDACTED
Fri Oct 4 22:35:35 CEST 2013


You can take a look at  this to see if it helps:

https://github.com/comptekki/esysman/blob/master/src/ecom.erl

I can install this on windows/linux/mac workstations and then send commands
to it from the esysman console.

-wes


On Fri, Oct 4, 2013 at 2:26 PM, Ryan Brown <ryankbrown@REDACTED> wrote:

> Ok, this seems like it should be a very simple thing to do but I appear to
> be having trouble finding documentation on how to do it without
> incorporating external resources. I just want a simple module where I can
> generate load via https without using a webserver library like ibrowse to
> recieve the messages.
>
> Essentially, I just need something like this:
>
> start(port) ->
>     start_webserver_listening_on_port(port),
>     receive_loop().
>
> receive_loop() ->
>     whatever.
>
> client(Msg_To_Send) ->
>     send_msg_to_server_started_above(Msg_To_Send).
>
> These can/maybe should be, different modules. That's fine. I just want to
> do this in pure erlang and cannot seem to get it worked-out from what I can
> find online. (Feeling dumb)
>
> Thanks in advance!
>
> Ryan
>
> --
> -rb
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20131004/f9ec0500/attachment.htm>


More information about the erlang-questions mailing list