itd is a daemon that uses my infinitime library to interact with the PineTime snartwatch running InfiniTime.
Go to file
Yannick Ulrich 008f6b35a9 2. Dropped channel in sensorFileReadHandle 2023-03-23 15:20:37 +00:00
api Move multiplexing code into separate module 2023-01-03 13:06:38 -08:00
cmd Switch from zerolog to go.arsenm.dev/logger in itctl 2023-01-04 15:17:14 -08:00
internal 2. Dropped channel in sensorFileReadHandle 2023-03-23 15:20:37 +00:00
mpris Add tests 2022-12-08 01:16:00 -08:00
scripts Add go generate script for calculating version number 2022-11-17 21:27:36 -08:00
translit Run formatter 2023-01-03 09:18:57 -08:00
.gitignore Add itgui.desktop 2022-11-24 16:18:26 -08:00
.goreleaser.yaml Remove itgui CI config 2023-01-02 22:32:04 -08:00
.woodpecker.yml Remove itgui CI config 2023-01-02 22:32:04 -08:00
LICENSE Initial Commit 2021-08-21 01:19:49 -07:00
Makefile Switch version.txt target to use go generate 2022-11-22 03:23:14 +00:00
README.md Use correct paths in README 2023-01-03 09:16:59 -08:00
calls.go Switch from zerolog to go.arsenm.dev/logger 2023-01-04 15:06:05 -08:00
config.go Added fuse to config 2023-02-26 13:40:44 +00:00
fuse.go Added unmount function 2023-03-12 12:32:56 +00:00
go.mod Added fuse dep 2023-02-19 11:01:23 +00:00
go.sum removed godebug dep 2023-03-01 16:45:42 +00:00
itd.service Initial Commit 2021-08-21 01:19:49 -07:00
itd.toml Add metrics collection via sqlite 2022-05-10 18:03:37 -07:00
itgui.desktop Add itgui.desktop 2022-11-24 16:18:26 -08:00
main.go Moved starting of fuse 2023-03-01 19:07:14 +00:00
maps.go Switch from zerolog to go.arsenm.dev/logger 2023-01-04 15:06:05 -08:00
metrics.go Switch from zerolog to go.arsenm.dev/logger 2023-01-04 15:06:05 -08:00
music.go Switch from zerolog to go.arsenm.dev/logger 2023-01-04 15:06:05 -08:00
notifs.go Switch from zerolog to go.arsenm.dev/logger 2023-01-04 15:06:05 -08:00
socket.go Switch from zerolog to go.arsenm.dev/logger 2023-01-04 15:06:05 -08:00
version.go Add go generate script for calculating version number 2022-11-17 21:27:36 -08:00
weather.go Switch from zerolog to go.arsenm.dev/logger 2023-01-04 15:06:05 -08:00

README.md

ITD

InfiniTime Daemon

itd is a daemon that uses my infinitime library to interact with the PineTime running InfiniTime.

status-badge itd-git AUR package itd-bin AUR package


Features

  • Notification relay
  • Notification transliteration
  • Call Notifications (ModemManager)
  • Music control
  • Get info from watch (HRM, Battery level, Firmware version, Motion)
  • Set current time
  • Control socket
  • Firmware upgrades
  • Weather
  • BLE Filesystem
  • Navigation (PureMaps)

Installation

Since ITD 0.0.7, packages are built and uploaded whenever a new release is created.

Arch Linux

Use the itd-bin or itd-git AUR packages.

Debian/Ubuntu

  • Go to the latest release and download the .deb package for your CPU architecture. You can find your architecture by running uname -m in the terminal.
  • Run sudo apt install <package>, replacing <package> with the path to the downloaded file. Note: relative paths must begin with ./.
  • Example: sudo apt install ~/Downloads/itd-0.0.7-linux-aarch64.deb

Fedora

  • Go to the latest release and download the .rpm package for your CPU architecture. You can find your architecture by running uname -m in the terminal.
  • Run sudo dnf install <package>, replacing <package> with the path to the downloaded file.
  • Example: sudo dnf install ~/Downloads/itd-0.0.7-linux-aarch64.rpm

Alpine (and postmarketOS)

  • Go to the latest release and download the .apk package for your CPU architecture. You can find your architecture by running uname -m in the terminal.
  • Run sudo apk add --allow-untrusted <package>, replacing <package> with the path to the downloaded file.
  • Example: sudo apk add --allow-untrusted ~/Downloads/itd-0.0.7-linux-aarch64.apk

Note: --allow-untrusted is required because ITD isn't part of a repository, and therefore is not signed.


itctl

This daemon comes with a binary called itctl which uses the socket to control the daemon from the command line. As such, it can be scripted using bash.

This is the itctl usage screen:

NAME:
   itctl - A new cli application

USAGE:
   itctl [global options] command [command options] [arguments...]

COMMANDS:
   help            Display help screen for a command
   resources, res  Handle InfiniTime resource loading
   filesystem, fs  Perform filesystem operations on the PineTime
   firmware, fw    Manage InfiniTime firmware
   get             Get information from InfiniTime
   notify          Send notification to InfiniTime
   set             Set information on InfiniTime
   update, upd     Update information on InfiniTime
   watch           Watch a value for changes

GLOBAL OPTIONS:
   --socket-path value, -s value  Path to itd socket (default: "/tmp/itd/socket")

itgui

In cmd/itgui, there is a gui frontend to the socket of itd. It uses the Fyne library for Go.

Easy Installation

The easiest way to install itgui is to use my other project, LURE. LURE will only work if your package manager is apt, dnf, yum, zypper, pacman, or apk.

Instructions:

  1. Install LURE. This can be done with the following command: curl https://www.arsenm.dev/lure.sh | bash.
  2. Check to make sure LURE is properly installed by running lure ref.
  3. Run lure in itgui. This process may take a while as it will compile itgui from source and package it for your distro.
  4. Once the process is complete, you should be able to open and use itgui like any other app.

Compilation

Before compiling, certain prerequisites must be installed. These are listed on the following page: https://developer.fyne.io/started/#prerequisites

It can be compiled by running:

go build ./cmd/itgui

Cross-compilation

Due to the use of OpenGL, cross-compilation of itgui isn't as simple as that of itd and itctl. The following guide from the Fyne website should work for itgui: https://developer.fyne.io/started/cross-compiling.

Screenshots

Info tab

Motion tab

Notify tab

FS tab

FS mkdir

FS resource upload

Time tab

Firmware tab

Upgrade in progress

Metrics tab


Installation

To install, install the go compiler and make. Usually, go is provided by a package either named go or golang, and make is usually provided by make. The go compiler must be version 1.17 or newer for various new reflect features.

To install, run

make && sudo make install

Socket

This daemon creates a UNIX socket at /tmp/itd/socket. It allows you to directly control the daemon and, by extension, the connected watch.

The socket uses the DRPC library for requests. The code generated by this framework is located in internal/rpc

The API description is located in the internal/rpc/itd.proto file.


Starting

To start the daemon, run the following without root:

systemctl --user start itd

To autostart on login, run:

systemctl --user enable itd

Cross compiling

To cross compile, simply set the go environment variables. For example, for PinePhone, use:

make GOOS=linux GOARCH=arm64

This will compile itd and itctl for Linux aarch64 which is what runs on the PinePhone. This daemon only runs on Linux due to the library's dependencies (dbus, and bluez specifically).


Configuration

This daemon places a config file at /etc/itd.toml. This is the global config. itd will also look for a config at ~/.config/itd.toml.

Most of the time, the daemon does not need to be restarted for config changes to take effect.


Attribution

Location data from OpenStreetMap Nominatim, © OpenStreetMap contributors

Weather data from the Norwegian Meteorological Institute