Commit Graph

11 Commits

Author SHA1 Message Date
tel0065
8545616f80
Updated README
Changed Wording of Heading
2022-05-09 09:25:36 -05:00
tel0065
296d5a31f6
Updated README
Updated Table Again
2022-05-09 09:22:01 -05:00
tel0065
267dbba671
Updated README
Updated Table
2022-05-09 09:19:25 -05:00
tel0065
0f4a87e12e
Updated README
added the word 'last' to instructions for setting up the line highlighter
2022-05-09 09:11:23 -05:00
tel0065
73e8cfb443
Updated README
added the word 'lines' to table
2022-05-09 09:09:43 -05:00
tel0065
2c0d19c044
Updated README
Updated README with line highlighter setup instructions, added our team's contact information
2022-05-09 09:03:39 -05:00
Jake Grossman
30248966bf
Add contact information (#15)
* added change theme feature

* added change theme feature

* Add contact information

* Add contact email

* Added Contact Info

* added my contact info to readme

* Update README.md

Co-authored-by: sophiadrewfs <sophiadrewfs@gmail.com>
Co-authored-by: CalWooten95 <Cal.wooten95@gmail.com>
Co-authored-by: JosiahMoses <32985363+JosiahMoses@users.noreply.github.com>
2021-12-09 11:19:40 -06:00
jakergrossman
b42eea172b Split command categories into separate files
Further separate commands so that each category of command is in it's
own file. The goal is to keep the number of callbacks defined for each
command to a reasonable amount per file.
2021-12-03 22:26:35 -06:00
Jake Grossman
b3984daad5
Hub communication (#12)
* Add persistent accessibility pane

This will facilitate more extensive usage of the menu than the
context menu.

* Fixed missing files

* Add missing semicolon

* Implement HubController

* Parse messages on arrival

Rather than queuing inbound messages, the HubController now saves
pending promises/rejects for each pending request. Each inbound packet
is checked at the time of arrival, and if the ID matches a pending
response, the corresponding promise is called.

This fixes a problem where the longer the time between reads, the more
garbage responses queue up that are guaranteed to get thrown away the
next time the next response was gathered.

* Add clarification comment to send

* Add logger, output

* Use stat+stream instead of reading entire file on upload

* Split MindReader view into accessability and hub sub-views

* Add missing comma from conflict resolution

* Fix issues, split commands into sub-lists

* Add rebuild instructions

* More accurate

* Add tools for native modules instructions to README.md

* Move commands to correct spot

* Remove automatic connection

I did not heed the warning where 'only the path is guaranteed' when
listing open serial ports and made the assumption that the manufacturer
would be known (hint: it wasn't).

* Use device specific language for output title
2021-12-01 21:40:01 -06:00
jakergrossman
1c8d9422a3 Update README 2021-11-27 17:18:15 -06:00
jakergrossman
ba6e27cb9e Add README.md 2021-09-25 16:21:23 -05:00