Last active
February 26, 2018 06:57
-
-
Save enkunkun/bc25ccc3d02ea98524e45286a194e9e3 to your computer and use it in GitHub Desktop.
リモートUI メモ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
もっと簡単な方法があったら教えてください | |
~ $ dns-sd -B | |
Browsing for _http._tcp | |
DATE: ---Mon 26 Feb 2018--- | |
14:38:42.515 ...STARTING... | |
Timestamp A/R Flags if Domain Service Type Instance Name | |
14:38:42.516 Add 2 4 local. _http._tcp. Canon MG7700 series | |
^C | |
"Instance Name: Canon MG7700 series" -> "Canon MG7700 series" | |
~ $ dns-sd -L "Canon MG7700 series" _http._tcp. local. | |
Lookup Canon MG7700 series._http._tcp..local. | |
DATE: ---Mon 26 Feb 2018--- | |
14:48:44.176 ...STARTING... | |
14:48:44.347 Canon\032MG7700\032series._http._tcp.local. can be reached at ************.local.:80 (interface 4) | |
txtvers=1 | |
^C | |
"can be reached at ************.local" -> open browser http://************.local/ | |
やりたいこと | |
暗に10%ずつしか表示されない所に数字を出したい | |
internal js codes | |
model.js -> inktank | |
インク残量元データ。動的。 | |
view.js -> call dispInkInfo -> | |
top.js -> def dispInkInfo | |
配列の数字を照らし合わせてやっていく感 | |
他のプリンターとコードが共通化されているっぽく、搭載されていない色も書かれている美味しいスパゲティ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment