rtATvw

Results 4 comments of rtATvw

I'm trying to adapt msantos/procket and travelping/gen_socket with the code below. If I understand correctly, compiled NIFs are linked into the AtomVM executable and beyond the generic enif_make_resource more specific...

Not a problem. I understand that AtomVM is a work in progress. Re: Rebar3 plugin Not quite what I meant. See the .so, .escript, .emtpy and .pem files in the...

[test_avm.tar.gz](https://github.com/atomvm/AtomVM/files/13731123/test_avm.tar.gz)

``` handle_continue({start_emqtt}, #state{bin_hostname = BinHostname} = State) -> WillPld = thoas:encode(#{event => disconnected, hostname => BinHostname, connect_timestamp => erlang:system_time(seconds)}), EmqttOpts = [{name, undefined}, {owner, self()}, {host, "MqttHost"}, {port, 8883}, {username,...