Skip to content

The remote commander for Android TV built on the iced

License

Notifications You must be signed in to change notification settings

sukawasatoru/android-commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Commander

android-commander.mov

Overview

Sequence

sd
actor:Actor
client:Client "Android Commander (Client)"
/server:Server "Android Commander (Server)"
os:OS[a]

client:os.adb push android-commander-server /data/local/tmp
client:os.adb shell app_process android-commander-server
os:server.new
actor:client.
client:server."down KEYCODE_DPAD_LEFT" (via. stdin)
  server:KeyEvent(ACTION_DOWN,KEYCODE_DPAD_LEFT)=server.parse()
  server[1]:_
  server:os.injectInputEvent(KeyEvent, INJECT_INPUT_EVENT_MODE_ASYNC)

client[1]:stop

LICENSE

   Copyright 2020, 2021, 2022 sukawasatoru

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.