Commit Graph

249 Commits

Author SHA1 Message Date
Rodrigo Alfonso
f967e10d78 Adding bufferSize 2023-02-03 01:49:11 -03:00
Rodrigo Alfonso
0214bf9e73 Adding maxPlayers option 2023-02-03 01:41:36 -03:00
Rodrigo Alfonso
a1bae2cada Extracting methods 2023-02-03 01:36:20 -03:00
Rodrigo Alfonso
372d6dd2db Rewriting confirmations as special messages 2023-02-03 01:28:39 -03:00
Rodrigo Alfonso
d235b447a2 FIX: Client confirmation detection 2023-02-03 00:43:27 -03:00
Rodrigo Alfonso
561d8417f0 Adding error causes 2023-02-03 00:18:06 -03:00
Rodrigo Alfonso
0b42ab78db Adding retransmission protocol 2023-02-02 23:44:43 -03:00
Rodrigo Alfonso
0e566fe068 Adding RETRANSMIT mode and a custom message header 2023-02-02 21:27:46 -03:00
Rodrigo Alfonso
30cb78999c Fix docs 2023-02-02 18:09:31 -03:00
Rodrigo Alfonso
61c3104d85
Merge pull request #4 from rodri042/v4
💻 LinkCableMultiboot, 🔌 LinkGPIO, 🔗 LinkSPI, 📻 LinkWireless
2023-02-02 06:48:00 -03:00
Rodrigo Alfonso
5a07969e1e Updating adapter docs 2023-02-02 05:46:03 -03:00
Rodrigo Alfonso
4e51de166a Adding LinkWireless documentation 2023-02-02 02:24:01 -03:00
Rodrigo Alfonso
c8ecada6a4 Adding forwarding as an option 2023-02-02 01:17:06 -03:00
Rodrigo Alfonso
d0efcda339 Making packet loss check optional 2023-02-02 00:49:23 -03:00
Rodrigo Alfonso
627ab76e88 FIX: Clearing server timeouts 2023-02-02 00:35:57 -03:00
Rodrigo Alfonso
f27c4095d3 Adding packet loss test 2023-02-02 00:21:36 -03:00
Rodrigo Alfonso
ddccaa1f04 Adding top protocol 2023-02-01 23:52:42 -03:00
Rodrigo Alfonso
a8abd1f38e Updating wireless example 2023-02-01 10:42:52 -03:00
Rodrigo Alfonso
f4d3f20d5f Removing LinkWirelessMultiboot for now 2023-02-01 10:07:20 -03:00
Rodrigo Alfonso
7b8fc320fe Refactoring and cleaning API 2023-02-01 09:48:24 -03:00
Rodrigo Alfonso
a05893bd71 Updating example to send one value at a time 2023-02-01 04:16:42 -03:00
Rodrigo Alfonso
ee47678536 Cleaning up code 2023-02-01 03:51:48 -03:00
Rodrigo Alfonso
8614065e24 Stop using waits 2023-02-01 02:12:22 -03:00
Rodrigo Alfonso
5df6053536 This fixes the empty receive bug, not sure why. I've added setup ids, 0x13 before starting host, matching broadcasts and matched data with a well known trace 2023-02-01 00:43:04 -03:00
Rodrigo Alfonso
6d5f708a9b Removing log to remove 1ms delay between 0x26 and 0xA8 2023-02-01 00:19:13 -03:00
Rodrigo Alfonso
113d271b89 Fixing LinkCableMultiboot documentation 2023-01-31 23:19:32 -03:00
Rodrigo Alfonso
b5ff633ec0 Debugging SendDataWait and clock inversion 2023-01-31 23:15:11 -03:00
Rodrigo Alfonso
d3768a6c9b FIX: Disabling LinkSPI's default ACK 2023-01-30 05:08:46 -03:00
Rodrigo Alfonso
b20734d238 Removing delay between authenticated Wireless transfers 2023-01-30 04:09:01 -03:00
Rodrigo Alfonso
4894a06dde Adding async (IRQ) support to LinkSPI 2023-01-30 02:44:22 -03:00
Rodrigo Alfonso
018404a564 Adding continue message 2023-01-30 00:42:26 -03:00
Rodrigo Alfonso
0be474b239 Fixing LinkSPI edge cases 2023-01-30 00:36:56 -03:00
Rodrigo Alfonso
c8e639ff8f Refactoring and trying out multiple clients 2023-01-29 05:47:30 -03:00
Rodrigo Alfonso
91ab5a70fb Draft of a connection example 2023-01-26 21:30:36 -03:00
Rodrigo Alfonso
c56eaca9fe Adding 0x1c after 0x1e 2023-01-25 00:35:30 -03:00
Rodrigo Alfonso
9f22315301 Adding Arduino SPI examples 2023-01-24 02:17:18 -03:00
Rodrigo Alfonso
f0ffc4fb47 Cleaning code 2023-01-23 05:02:35 -03:00
Rodrigo Alfonso
09aed046b5 Debugging host and connection 2023-01-23 04:12:48 -03:00
Rodrigo Alfonso
6cfa77c260 Trying Broadcast and BroadcastRead 2023-01-21 08:43:30 -03:00
Rodrigo Alfonso
7779c809b2 Minimum working wait: 15 2023-01-21 08:01:52 -03:00
Rodrigo Alfonso
23dcec8805 Receiving full command responses 2023-01-21 07:51:49 -03:00
Rodrigo Alfonso
e561b65859 Trying to send commands 2023-01-21 06:48:53 -03:00
Rodrigo Alfonso
13676d9077 Adding command helpers and status code returns 2023-01-21 06:33:04 -03:00
Rodrigo Alfonso
95d8b9c498 Fixing timeouts and waits 2023-01-21 06:17:09 -03:00
Rodrigo Alfonso
0ff7ad66a8 Adding waitMode to LinkSPI 2023-01-21 05:51:55 -03:00
Rodrigo Alfonso
0ad2045029 Adding some wireless login code 2023-01-21 02:40:42 -03:00
Rodrigo Alfonso
a9a8bdcb73 Adding more docs 2023-01-21 02:12:45 -03:00
Rodrigo Alfonso
c90f1806a1 Linking sections in README 2023-01-21 00:33:59 -03:00
Rodrigo Alfonso
1440b15164 Moving LinkSPI::Mode to activate, instead of constructor 2023-01-21 00:05:56 -03:00
Rodrigo Alfonso
b25144b7d3 Adding wireless.txt 2023-01-20 08:15:41 -03:00