Thaw Frost Towers Entrance

Information

The North Pole - The North Pole

  1. Thaw Frost Tower's Entrance

Difficulty: 2/5

Turn up the heat to defrost the entrance to Frost Tower. Click on the Items tab in your badge to find a link to the Wifi Dongle's CLI interface. Talk to Greasy Gopherguts outside the tower for tips.

Conversation

Pasted image 20220908213058

Pasted image 20220908213101

Linux wi-fi commands: The iwlist and iwconfig utilities are key for managing Wi-Fi from the Linux command line.

Web browsing with cURL: cURL makes HTTP requests from a terminal - in Mac, Linux, and modern Windows!

Adding data to cURL requests: When sending a POST request with data, add --data-binary to your curl command followed by the data you want to send.


Solution

On tool launch: Pasted image 20220908213245

My only iface is wlan0: Pasted image 20220908213253

First I run the scan with: iwlist scanning Pasted image 20220908213304

Found an ESSID: ESSID:"FROST-Nidus-Setup"

Next I try to connect to the access point via it's essid with: iwconfig wlan0 essid FROST-Nidus-Setup Pasted image 20220908213314

Curled the setup site as instructed: Pasted image 20220908213322

API documentation: Pasted image 20220908213330

Current temperature: Pasted image 20220908213338

Ok, I raised it to 0, but it's actually below 0 still… Pasted image 20220908213348

Let's raise it to 40ºC… Pasted image 20220908213355

Done!


Next: obj-4