A simple proof-of-concept of a Perl-based DNS resolver host to enable chat over DNS.
Intended use case is to enable basic comms for users behind very expensive WiFi portals like on planes, stations, and cruise ships.
To use:
- Get a server (e.g. AWS) on a defined IP.
- Update server/server.pl to include your local 10.* IP from ifconfig.
- On the server run "sudo perl server/server.pl" to start the server.
- Update the client/client.pl to point to the static public IP of your server.
- On your client, run "perl client/client.pl" to test the configuration.
Server test:
- "perl server/testdb.pl" to ensure the database is storing & retrieving messages correctly.
References: