davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
323 stars 54 forks source link

devicename in hotspot name #33

Closed krebbi closed 5 years ago

krebbi commented 5 years ago

Hi,

do you think it's possible to get the devicename into the hotspot name somehow?

instead of the "comitup-82" I would like to have "device123-hotspot"

davesteele commented 5 years ago

See the "ap_name" parameter in the conf file.

https://davesteele.github.io/comitup/man/comitup-conf.5.html

krebbi commented 5 years ago

Yes, already using this. But as we set up several devices per day I would love to see a possibility to have the devicename as internal variable available like <nnnn>. Maybe <hostname> ?

davesteele commented 5 years ago

Ah