{"id":19189508,"url":"https://github.com/nkvoll/scala-gpsd","last_synced_at":"2025-07-10T09:39:04.854Z","repository":{"id":8756589,"uuid":"10437758","full_name":"nkvoll/scala-gpsd","owner":"nkvoll","description":"Scala (and Akka) library to interface with GPSD","archived":false,"fork":false,"pushed_at":"2013-06-02T16:18:44.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T03:44:25.815Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nkvoll.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-02T15:15:16.000Z","updated_at":"2013-10-13T23:44:35.000Z","dependencies_parsed_at":"2022-09-02T16:39:39.285Z","dependency_job_id":null,"html_url":"https://github.com/nkvoll/scala-gpsd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nkvoll/scala-gpsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkvoll%2Fscala-gpsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkvoll%2Fscala-gpsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkvoll%2Fscala-gpsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkvoll%2Fscala-gpsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nkvoll","download_url":"https://codeload.github.com/nkvoll/scala-gpsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkvoll%2Fscala-gpsd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264559734,"owners_count":23628040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T11:29:39.549Z","updated_at":"2025-07-10T09:39:04.839Z","avatar_url":"https://github.com/nkvoll.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scala (and Akka) library to interface with GPSD\n\n\u003ca href=\"https://travis-ci.org/nkvoll/scala-gpsd\"\u003e\u003cimg align=\"right\" src=\"https://travis-ci.org/nkvoll/scala-gpsd.png\" alt=\"Build Status\" /\u003e\u003c/a\u003e\n\nThis repository contains some sample code to interface with [gpsd](http://gpsd.berlios.de/),\nincluding an [Akka](http://akka.io/) actor which acts as a client to the `gpsd` service.\n\nThe three projects in this repository are:\n\n - The `gpsd` client [library code](src/main/scala/org/nkvoll/gpsd/client)\n - An Akka actor [GPSClient](akka/src/main/scala/org/nkvoll/gpsd/client/akka/GPSClient.scala)\n - An [example application](example/src/main/scala/org/nkvoll/gpsd/example/Bootstrap.scala) that uses the `GPSClient` actor.\n\nNote: Not all `gpsd`-types are parsed by the actor, but the most commonly used are:\n\n - TPV\n - SKY\n - WATCH\n - VERSION\n - DEVICES\n - DEVICE\n\nOpen an issue (or even better: a pull request) if you want to add more.\n\n## To run the example:\n\nLocate one or more dumps from `http://download.geonames.org/export/dump/` for your location:\n\n    $ wget http://download.geonames.org/export/dump/NO.zip\n\nBuild a simple location database using `CreateDatabase`:\n\n    $ sbt \"example/run-main org.nkvoll.gpsd.example.CreateDatabase NO.zip\"\n\nSee [reference.conf](example/src/main/resources/reference.conf) for configuration options. Run the example (if you want to provide your own `reference.conf`, add `-Dconfig.file=yourfile.conf` just after `sbt`:\n\n    $ sbt \"example/run-main org.nkvoll.gpsd.example.Bootstrap\"\n\nGiven that the connected gps works, the database as been created and we're able to connect to the `gpsd` service, it should log the name and gps coordinates of a few of the closest \"cities\".\n\n## License\n\nMIT-licensed. See [LICENSE.txt](LICENSE.txt) for details.\n\n## Links\n\n - Akka: [http://akka.io/](http://akka.io/)\n - GPSD: [http://gpsd.berlios.de/](http://gpsd.berlios.de/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnkvoll%2Fscala-gpsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnkvoll%2Fscala-gpsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnkvoll%2Fscala-gpsd/lists"}