Setting up a Bonjour (Zeroconf) service name for your Raspberry Pi and accessing it from an Android App

from blog Dodgy Coder, | ↗ original
I have written an Android app that communicates to my Raspberry Pi over SSH (using JSch) but the issue is that in the App the IP address of my Raspberry Pi has been hardcoded at 192.168.1.109 - ideally it would be good to be able to give it a local name, something like garagedoor.local - something that won't change when the DHCP assigns a...