### Cardputer Canary CSV Configuration Example Source: https://bmorcelli.github.io/Launcher/catalog.html This example shows the required and optional fields for a CSV file used by Cardputer Canary to monitor network devices and services. Ensure your CSV includes at least an Alias and Target. ```csv Alias,Target,Type,Payload,Headers,Interval ROUTER,192.168.1.1,PING,,, GOOGLE,google.com,PING,,, MY-SITE,example.com,HTTP,Example Domain,User-Agent:Cardputer/1.0, DNS-TEST,one.one.one.one,DNS,1.0.0.1,, BAD-URL,nonexistent.test,HTTP,,, HIGH-LAT,8.8.8.8,PING,,, ``` -------------------------------- ### REPL Calculator Math Functions Example Source: https://bmorcelli.github.io/Launcher/catalog.html Demonstrates basic arithmetic, variable assignment, hexadecimal conversion, and mathematical functions available in the REPL Calculator. The last result is stored in the 'ans' variable. ```text x = 5 + pi toHex(255) sin() sqrt() f2c() help ``` -------------------------------- ### Station List Format for RHesus RAdio Source: https://bmorcelli.github.io/Launcher/catalog.html Defines the format for the `station_list.txt` file used by RHesus RAdio to load internet radio stations. Lines starting with '#' are comments. ```plaintext # My stations Radio Tango, http://ais-edge148-pit01.cdnstream.com/2202_128.mp3 Radio Soyuz, http://65.109.84.248:8100/soyuzfm-192.mp3 My AAC Station, http://example.com/stream.aacp ```