<%+header%>

<%:Chat%>

This is sms a chat where all bmx6 nodes can participate. The data is replayed using routing packets, so there is a limit of 2040 bytes. Use it only to send short messages.

Each participant can only send one sms at same time.


Received SMS
<% for orig,sms in pairs(chat) do %>
         <%=orig%>:<%=sms%>
<% end %>


Your last sms:
<%=sent%>
<%+footer%>