Changes

Jump to navigation Jump to search
63 bytes removed ,  04:05, 13 May 2012
no edit summary
Line 66: Line 66:     
=== Hotspot.conf format ===
 
=== Hotspot.conf format ===
The list of NZone hotspots is loaded from "conf:/hotspot.conf" by the AC system applet, where "conf:" is the 000400DB00010502 content archive. This is a text file, with LF-style newlines. All of the information stored in the NZone beacon is also stored in this file for each hotspot.
+
The list of NZone hotspots is loaded from "conf:/hotspot.conf" by the AC system applet, where "conf:" is the 000400DB00010502 content archive. This is a CSV file, with LF-style newlines. All of the information stored in the NZone beacon is also stored in this file for each hotspot.
   −
The info is structured like: <tagname><separator><tagdata><newline>. Where tagname is a tagname from the below table, separator can be either ',' or a newline, and tagdata specified below.
+
Beginning the CSV file is the Interval record and field. Following that is the hotspot records on one line, and the fields for each hotspot on individual lines. Some fields are Base64-encoded, for those the '*' character is used instead of '=' for terminating the Base64 string.
The Interval tag comes first. Following that tag, is the tags for each hotspot. It is not required for *all* of these tags to be used for each hotspot.
      
==== Tags ====
 
==== Tags ====

Navigation menu