Data submission

Data for the common European eduroam database must be submitted in XML format.

Providers within eduroam must contribute the following data to the European eduroam database:

  1. Basic data and contact information
  2. Service locations

DeiC collects the data and forwards it to the European eduroam Operational Team. Data must be formated in XML according to the following specification. Please submit by e-mail by sending to  eduroam@deic.dk.

Use our form to generate data in the XML format:

Form

The information must be kept up to date. Please submit corrections and additions to DeiC.

Service locations should be understood as places where to find the service (hotspots), a building or a coherent complex. One location per building is recommended. Each entry is going to act as a point on the map of 'service locations' which the Operational Team publishes.

Refer to "eduroam database specification". The official sample XML files and official XSD's may be found here: zip file

Specify longitude and latitude either in degrees/minutes/seconds (12°33'41.37"E; 55°41'2.25"N) or decimal (12.561493; 55.683960).

Below you find an example of XML-formatted data for an imaginary university. When you specify a number of service locations, do so by duplicating the <location> structure. Location name should begin with an abbreviation for the institution, example: "Lille Universitet" is normally shortened to "LU"; used as follows: <loc_name lang = "en"> LU Storested </ loc_name>.

<institutions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="institution.xsd"> 
  <institution> 
    <country>dk</country> 
    <type>3</type> 
    <inst_realm>lilleuni.dk</inst_realm> 
    <org_name lang="dk">Lille Universitetet</org_name> 
    <org_name lang="en">The Small University</org_name> 
    <address> 
      <street>Lillevej 22</street> 
      <city>2233 Lillested</city> 
    </address> 
    <contact> 
      <name>L. Illesen</name> 
      <email>lillesen@lilleuni.dk</email> 
      <phone>+4511223344</phone> 
    </contact> 
    <info_URL lang="dk">http://eduroam.lilleuni.dk/</info_URL> 
    <info_URL lang="en"></info_URL> 
    <policy_URL lang="dk">http://eduroam.lilleuni.dk/</policy_URL> 
    <policy_URL lang="en">http://eduroam.lilleuni.dk/en</policy_URL> 
    <ts>2016-12-11T11:27:37.00Z</ts> 
    <location>
      <longitude>12°51'21.13"E</longitude>
      <latitude>55°44'33.14"N</latitude>
      <loc_name lang="dk">LU Storested</loc_name>
      <loc_name lang="en">LU Storested</loc_name>
      <address>
        <street>Storeby Hovedgade 12</street>
        <city>DK3344 Storeby</city>
      </address>
      <contact>
        <name>Storeby Suportskranke</name>
        <email>helpdesk_st@lilleuni.dk</email>
        <phone>+4533445566</phone>
      </contact>
      <SSID>eduroam</SSID>
      <enc_level>WPA2/AES</enc_level>
      <port_restrict>false</port_restrict>
      <transp_proxy>false</transp_proxy>
      <IPv6>true</IPv6>
      <NAT>false</NAT>
      <AP_no>26</AP_no>
      <wired>true</wired>
      <info_URL lang="dk">http://eduroam.lilleuni.dk/storeby</info_URL>
      <info_URL lang="en">http://eduroam.lilleuni.dk/storeby/en</info_URL>
    </location>
  </institution>
</institutions>
Keywords: