Skip to content

Push2 for on Terminal Tedium

Mark Harris edited this page Apr 30, 2020 · 1 revision

Using the Push2 with terminal tedium

note: this is for orac only.. (currently)

#Set up mec

edit:

/etc/systemd/system/mec.service

by default, MEC is configured to expose an OSC interface. for push we need to change this

ExecStart=/usr/local/MEC/mec-app osc_kontrol.json 

to

ExecStart=/usr/local/MEC/mec-app push_kontrol.json

advance use: you can actually make MEC support both OSC and push at the same time, by creating a custom json file, if you checkout out examples should be reasonably obvious what to do.

then :

sudo systemctl daemon-reload
sudo systemctl start mec

(you may need to restart orac)

if you want to mec to always start on boot, use :

sudo systemctl enable  mec

Clone this wiki locally