Skip to content

Ci40 daemon which feeds awa client with device specific info such as serial number, time, etc.

License

Notifications You must be signed in to change notification settings

CreatorDev/ci40-info-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ci40 Info Daemon

Visit us at forum.creatordev.io for support and discussion

Info Daemon is a helper project which complements Awa client daemon. The main purpose of having this process running is to fill IPSO Object Id 3 with data. Most of the resources in the specification are handled, however due to platform limitations or project requirements, some adjustments may be needed.

Prerequisites

The only needed requirements is to have up and running Awa Client Daemon which will be filled with data by Info Daemon.

How to install

Easiest way of installing the Info Daemon is using opkg package manager.

opkg install info-daemon

Alternatively you can compile it yourself.

Resources handled by daemon.

The following resources in IPSO object 3 are managed:

Resource Id Resource Name Value
0 MANUFACTURER "Imagination"
1 MODEL_NUMBER "Ci40"
2 SERIAL_NUMBER MAC address is used
3 FIRMWARE_VERSION Not supported
4 REBOOT Executes system "reboot" command
5 FACTORY_RESET Same as REBOOT
6 AVAILABLE_POWER_SOURCES Not supported
7 POWER_SOURCE_VOLTAGE Not supported
8 POWER_SOURCE_CURRENT Not supported
9 BATTERY_LEVEL Not supported
10 MEMORY_FREE Returns disk free space on file system
11 ERROR_CODE Always return 0
12 RESET_ERROR_CODE Not supported.
13 CURRENT_TIME Seconds from Unix Epoch Sets new time on write
14 UTCOFFSET Returns current UTC offset Write is not supported.
15 TIMEZONE Returns current time zone. Write is not supported.
16 SUPPORTED_BINGING_AND_MODES "U"
17 DEVICE_TYPE "Creator Ci40"
18 HARDWARE_VERSION Not supported.
19 SOFTWARE_VERSION Version of Creator Image

Contributing

If you have a contribution to make please follow the processes laid out in contributor guide.

About

Ci40 daemon which feeds awa client with device specific info such as serial number, time, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published