howto:aredn:meshchat
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:aredn:meshchat [2021/11/07 15:54] – va7fi | howto:aredn:meshchat [2021/11/09 07:23] (current) – removed va7fi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Mesh Chat ====== | ||
| - | |||
| - | Using Mesh Chat is easy: simply click on a Mesh Chat service and enter you're callsign. | ||
| - | |||
| - | {{ : | ||
| - | {{ : | ||
| - | |||
| - | |||
| - | At the moment, we have four Mesh Chat instances that sync to each other: | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | |||
| - | ===== Hosting a Mesh Chat Instance ===== | ||
| - | Mesh Chat can be installed directly on the hAP, but it's not recommended because it uses resources and it offers very little storage for files: | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | In contrast, a server install (coming up next) frees up resources and offers more space: | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | |||
| - | To synchronize Mesh Chat instances together, simply change the name to '' | ||
| - | {{ : | ||
| - | |||
| - | More information can be found [[http:// | ||
| - | |||
| - | ===== Mesh Chat on a Linux Server ===== | ||
| - | |||
| - | ==== Fresh LinuxMint Install ==== | ||
| - | |||
| - | * Install [[https:// | ||
| - | |||
| - | * Change Hostname to '' | ||
| - | sudo hostnamectl set-hostname VA7FI-Linux</ | ||
| - | |||
| - | |||
| - | ==== Installing Mesh Chat ==== | ||
| - | Following the instructions on [[http:// | ||
| - | * Install dependencies:< | ||
| - | sudo aptitude install curl apache2 | ||
| - | </ | ||
| - | |||
| - | * Download and install Mesh Chat:< | ||
| - | wget https:// | ||
| - | sudo dpkg -i meshchat_1.02_all.deb | ||
| - | </ | ||
| - | |||
| - | * Edit configuration file:< | ||
| - | sudo pico / | ||
| - | </ | ||
| - | our $pi_zone | ||
| - | our $local_meshchat_node | ||
| - | </ | ||
| - | |||
| - | On LinuxMint there' | ||
| - | |||
| - | * Create these folders:< | ||
| - | sudo mkdir / | ||
| - | sudo mkdir / | ||
| - | </ | ||
| - | * And change the ownership and permissions:< | ||
| - | sudo chown www-data: | ||
| - | sudo chmod 770 -R / | ||
| - | </ | ||
| - | |||
| - | * Edit the config file:< | ||
| - | sudo pico / | ||
| - | </ | ||
| - | |||
| - | * And replace every instance of ''/ | ||
| - | |||
| - | * Restart services:< | ||
| - | sudo systemctl daemon-reload | ||
| - | sudo / | ||
| - | sudo / | ||
| - | </ | ||
| - | |||
| - | === Tests === | ||
| - | At this point, you should be able to run Mesh Chat from the computer where it's installed, but it won't talk to any other nodes yet: [[http:// | ||
| - | |||
| - | ==== AREDN Configuration ==== | ||
| - | Install the meshchat-api package: | ||
| - | * Download it from [[https:// | ||
| - | * Click on '' | ||
| - | |||
| - | From the '' | ||
| - | - Setup a DHCP Address Reservation for the Linux computer | ||
| - | - Advertise the service | ||
| - | - Forward WAN port 8080 to LAN port 80 | ||
| - | {{ : | ||
howto/aredn/meshchat.1636329264.txt.gz · Last modified: by va7fi
