Skip to content

Configuring vadelma client

Johan Abbors edited this page Feb 15, 2016 · 1 revision

Default configuration

Vadelma is configured to contact the demo service at http://kados.kolibre.org with the default username and password.

Default language for the narrator voice is English.

Change settings

Settings can be modified via a settings file settings.ini located on the boot partition of sd-card. At startup, the client will look for the settings file and if found, use those settings. The settings file is provided as a release artifact along with the Vadelma image and can be downloaded here.

v1.2 settings

  • Connect to another DaisyOnline service:
Change NAME, URL, USERNAME and PASSWORD
 [DaisyOnlineService]
 
 NAME=short name
 URL=https://your.daisyonlineservice.org/daisyonline/service.php
 USERNAME=ausername
 PASSWORD=apassword
  • Add another DaisyOnline service:
Copy-paste the DaisyOnlineService group and give the new group a unique name. The name must contain string "DaisyOnlineService".
 [DaisyOnlineService]
 
 NAME=Demo Service
 URL=http://kados.kolibre.org/service.php
 USERNAME=kolibre
 PASSWORD=kolibre
 
 [DaisyOnlineService_anotherservice]
 
 NAME=another service
 URL=https://your.daisyonlineservice.org/daisyonline/service.php
 USERNAME=ausername
 PASSWORD=apassword
  • Add offline sources:
Add one or more FileSystemPath groups. Each group must have a unique name. The name must contain string "FileSystemPath".
 [FileSystemPath_public]
 
 NAME=public files
 PATH=/var/public/
 
 [FileSystemPath_home]
 
 NAME=my files
 PATH=/home/user/
  • Log to SD-card:
Uncomment LOG_SDCARD
 [LogSettings]
 
 # log to sdcard (default false)
 LOG_SDCARD=true
  • Change INPUT_DEVICE
If the INPUT_DEVICE name is not found among the available input devices, the first keyboard found on the system will be used as default.
 [InputSettings]
 # Device id or a parameter to match when selecting input device
 # Set Keyboard/Keypad for using a generic model as input
 INPUT_DEVICE=Keyboard