https://github.com/tkellogg/someday-sometime
Projects I'm going to do when I get the time
https://github.com/tkellogg/someday-sometime
Last synced: about 2 months ago
JSON representation
Projects I'm going to do when I get the time
- Host: GitHub
- URL: https://github.com/tkellogg/someday-sometime
- Owner: tkellogg
- Created: 2014-04-03T03:11:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T03:27:28.000Z (about 12 years ago)
- Last Synced: 2025-03-23T03:24:07.235Z (about 1 year ago)
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I'm too busy right now, but someday when I finish writing this book and speaking and whatnot, I'm going to work through this list of projects. Feel free to start one without me or send a pull request to add to my list.
Contribute a telemetry interface to AllJoyn
--------------------
[AllJoyn][1] is an IoT protocol/framework that makes device-to-device communication as simple as object oriented programming. It would be great to make an interface for sending telemetry data.
* Receive PUBLISH messages from another node (probably a sensor or collection of sensors)
* Information to locate & connect to an [MQTT][2] broker.
Rust MQTT client
----------------
This is started [here](https://github.com/tkellogg/rust-mqtt). It's a [MQTT][2] client written in [Rust][3]. Needs a ton of work.
Contribute an OBD2 interface to AllJoyn
---------------------------------------
The device plugged into an OBD2 port from under the dashboard of a car should advertise this interface. Other devices (i.e. a smartphone, tablet, etc) can read all the information via [AllJoyn][1]. Maybe integrate with the telemetry interface.
[1]: https://www.alljoyn.org/
[2]: http://mqtt.org/
[3]: http://www.rust-lang.org/