You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
hiii all
i am new to this, and i want to create a chat app that works on wifi, i mean it can work without any network access.
this chat app kind of forms a mesh network to communicate.
already existing apps of this kind are FIRECHAT and also SERVAL MESH.
i have taken inspiration from them.
Ghica
unread,
Aug 9, 2016, 1:28:10 PM8/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Wifi usually means network access, and Firechat is (I think) based on Firebase, which also means network access, although you do not see it in your app.
What you could do, is make a Bluetooth chat app. In fact there is already one that you could use as a basis: http://puravidaapps.com/btchat.php
For Bluetooth you do not need internet access, but your phones should be close and they should be paired in advance.
Cheers, Ghica.
Tim at Loddon
unread,
Aug 10, 2016, 7:06:23 AM8/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Firechat can work peer to peer between phones, which overcomes normal network restrictions.
Not sure if AI2 is up to this sort of thing, but you might be able to do something browser based through the webviewer?
Taifun
unread,
Aug 10, 2016, 12:32:07 PM8/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
you could write your own extension and create a block yourself...