Commit graph

25 commits

Author SHA1 Message Date
Jonas Große Sundrup d1fe37662a
socket-activate printer
Previous to this commit, the printer needs to continuously run in the
background, even if it doesn't do much most of the time, to keep the
socket open and handle incoming connections. This commit hands over
handling the open socket to systemd and the printer-code gets started by
systemd only when there is something incoming on the socket. The printer
itself then takes over the socket from systemd, handles the incoming
data and exits afterwards, returning socket management to systemd again.

This reduces running processes as well as the memory footprint of the
running system.
2020-12-29 14:30:30 +01:00
evan 1e2627c837 cleanup readme 2020-12-20 23:00:26 -06:00
evan 8bc1a5b622 fix issue #11, support %%EOF w/out newline 2020-12-20 22:54:08 -06:00
evan 5fb75ced63 add debug note 2020-12-20 22:53:40 -06:00
evan 822cbf78fe wget instead of curl 2020-12-18 11:18:58 -06:00
evan 498449f3d4 update install script 2020-12-18 01:27:32 -06:00
evan 04c54aa936 add install script 2020-12-18 01:02:08 -06:00
evan 475f6fd081 change name in ppd 2020-12-18 01:01:16 -06:00
evan 249fa4d0cc simplify install process 2020-12-18 01:01:02 -06:00
Evan Widloski 5f8e763cf6
Merge pull request #7 from Gozala/fix-install
fix insall script on mac
2020-12-07 18:23:51 -06:00
evan 7d45d468bb fix curl command 2020-12-07 18:23:08 -06:00
evan 120a31dbfb git rid of heredoc, add keys to ssh agent 2020-11-26 22:46:08 -06:00
Evan Widloski cabbfcbb51
add image 2020-10-20 18:37:42 -05:00
Irakli Gozalishvili 00831257a4
Update Makefile 2020-10-20 13:07:58 -07:00
Irakli Gozalishvili 8ae644293e
fix insall script on mac 2020-10-02 17:30:17 -07:00
evan 54881b33ed link to windows printer install 2020-07-12 21:40:05 -05:00
evan 6e4a3035a3 fix download_prebuilt 2020-07-12 21:39:58 -05:00
evan ce1274450b make easy install work on osx 2020-07-12 18:26:11 -05:00
evan f41beb4cea add download_prebuilt target 2020-07-12 18:26:11 -05:00
evan 1c26f7be06 download deps before build 2020-07-12 18:26:11 -05:00
evan 38570354d0 fix go get command 2020-07-12 18:26:11 -05:00
Evan Widloski ffc3f8c476
Merge pull request #1 from beardhatcode/master
Fix timestamp
2020-03-11 04:49:38 -05:00
beardhatcode 66fd0706fc Fix timestamp
The timestamp is in miliseconds, not seconds, add three zeros' to ensure
correct ordering.

Before the metadata contained:

  "lastModified": "1583919213",

now it contains:

    "lastModified": "1583919213000",

found this out by looking at

  cat /home/root/.local/share/remarkable/xochitl/*.metadata | grep lastModified
2020-03-11 10:34:31 +01:00
evan 2b975d5951 simplify config install 2020-03-11 02:45:44 -05:00
evan 4747014eae init commit 2020-03-11 01:36:18 -05:00