-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
35 lines (24 loc) · 696 Bytes
/
README
File metadata and controls
35 lines (24 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Project Status: Prototype functioning
To Run:
Start server on PC
python server.py
Start client on Phone
Start Android App
Put in PC's IP address
Click the button
Select windows based on ID
Server Output
1234567|12354354|34645645|456456456||\n
Where the numbers are X Window IDs and the || is the terminator between window lists
Client Output
1234567\n
Where the number is the X Window ID
TODO:
Get a code review done on my network code
Create windows and mac versions of the server
Add window names and icons
Implement "Starred/Working" windows list
Add more window management features?
UI Improvements
- Improve app home screen
- Implement tabs for full list and starred list