Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed new fields for listener_information documents #285

Open
priyeshpatel opened this issue Dec 29, 2012 · 2 comments
Open

Proposed new fields for listener_information documents #285

priyeshpatel opened this issue Dec 29, 2012 · 2 comments

Comments

@priyeshpatel
Copy link
Member

New Fields

Listener information documents should contain the uploader's real name and also information about their client (such as the application name and application version).

I think the following fields need to be added to the listener_information schema:

data ->
    name
    client ->
        system
        system_software
        application
        application_version

Of course the names of these fields are up for discussion.

Android Chase Car App

Just to note that the Android Chase Car App (https://github.com/priyeshpatel/habhub-chase-car-tracker) uses the following fields in listener_telemetry documents:

client ->
    device (e.g. "Google Nexus 4")
    device_software (e.g. "Android 4.2.1")
    application (e.g. "HabHub Chase Car Tracker (Android)")
    application_version (e.g. "0.1.6")
@priyeshpatel
Copy link
Member Author

From #habhub:
20:25:08 DanielRichman> It's a shame we can't feasibly have enum on device_software. It might be worth documenting
20:25:26 DanielRichman> like "Android A.B.C" "Windows D" "Linux Distro Version"

@danielrichman
Copy link
Member

dl-fldigi currently uploads the following keys in listener_information documents:

data
    name
    location (descriptive text. actual location lat/lon is in listener_telemetry. Is this OK?)
    radio
    antenna
    dl_fldigi (git short commit id)

legacy dl-fldigi submitted via transition ends up with these keys:

data
    radio
    antenna
    dl_fldigi (whatever text dl-fldigi uploads, typically 'r115')

Some old old old documents may have 'dl-fldigi' rather than dl_fldigi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants