Commit Graph

43 Commits

Author SHA1 Message Date
Rodrigo Alfonso
c222688976 Adding notes about the standard 2024-08-23 09:17:23 -03:00
Rodrigo Alfonso
576d8047ff Not checking for 0xD2 at all in the mobile adapter 2024-08-21 04:32:21 -03:00
Rodrigo Alfonso
d42a88d52e Updating log functions 2024-08-19 10:42:38 -03:00
Rodrigo Alfonso
0909367398 Using -Ofast in examples 2024-08-19 08:42:25 -03:00
Rodrigo Alfonso
3e3920096f Using nullptr instead of NULL 2024-08-19 08:42:21 -03:00
Rodrigo Alfonso
1aaf84bb27 Reverting test code
This reverts commit a8383a67eec7c82079d533c8a60f6202aeb3b059.
2024-08-19 04:43:47 -03:00
Rodrigo Alfonso
ec06a49073 Debugging why it doesn't work on the RPi Pico 2024-08-19 04:42:36 -03:00
Rodrigo Alfonso
8e87445c44 Disabling mGBA logs and refactoring 2024-08-19 02:56:00 -03:00
Rodrigo Alfonso
c41d99562a Refactoring library and example. Renaming ISP => PPP 2024-08-19 01:36:23 -03:00
Rodrigo Alfonso
2055e66c90 Adding TCP example 2024-08-18 23:01:44 -03:00
Rodrigo Alfonso
0aa2c1b5b8 Finishing TCP/UDP commands 2024-08-18 11:07:42 -03:00
Rodrigo Alfonso
f994270ee0 Implementing DNS query 2024-08-18 09:16:14 -03:00
Rodrigo Alfonso
f74504bb3e Adding password input to example 2024-08-18 06:23:45 -03:00
Rodrigo Alfonso
c1f01cd5af ISP calling and login completed 2024-08-18 05:57:24 -03:00
Rodrigo Alfonso
0f2d09229f Starting ISP connection 2024-08-18 04:19:21 -03:00
Rodrigo Alfonso
bbcfc99a0d Renaming isConnected() => isP2PConnected() 2024-08-18 01:46:09 -03:00
Rodrigo Alfonso
fc68b304f6 Adding isConfigurationValid() 2024-08-18 01:40:54 -03:00
Rodrigo Alfonso
e7b9f00266 Removing BAD_CONFIGURATION_CHECKSUM 2024-08-18 01:29:25 -03:00
Rodrigo Alfonso
d957b50ed3 Adding Doxygen docs 2024-08-17 09:40:11 -03:00
Rodrigo Alfonso
d63956e0a0 Adding numpad to example and timeouts 2024-08-17 07:24:26 -03:00
Rodrigo Alfonso
804f6a32ab Adding timeout error 2024-08-17 05:10:56 -03:00
Rodrigo Alfonso
049af89e74 Adding constant ping (telephone status), manual hang up, and hang up detection 2024-08-17 02:44:46 -03:00
Rodrigo Alfonso
6d7203e213 Adding methods to retrieve role 2024-08-17 01:42:48 -03:00
Rodrigo Alfonso
8ffc30d740 Moving transfer requests to example 2024-08-17 01:06:13 -03:00
Rodrigo Alfonso
72bd5e4635 Adding dontReceiveCalls boolean (test) 2024-08-16 10:41:32 -03:00
Rodrigo Alfonso
8dbe5f2572 Adding basic call feature 2024-08-16 10:30:14 -03:00
Rodrigo Alfonso
6249152311 Adding user requests system 2024-08-16 08:35:19 -03:00
Rodrigo Alfonso
47ab5ced31 Retrieving adapter type, start thinking about calls 2024-08-16 07:29:20 -03:00
Rodrigo Alfonso
78ff5ec654 Calling 'Wait for telephone call' regularly 2024-08-16 06:59:38 -03:00
Rodrigo Alfonso
c39ff7dba5 0x11 already resets the adapter 2024-08-16 05:42:10 -03:00
Rodrigo Alfonso
b272ebafdb Adding gracefully shutdown method 2024-08-16 01:02:57 -03:00
Rodrigo Alfonso
28d4738daa Adding error logs and improving stability 2024-08-15 23:46:14 -03:00
Rodrigo Alfonso
36efafde17 Preventing UB in wireless and mobile examples after disabling the adapter 2024-08-15 21:39:30 -03:00
Rodrigo Alfonso
9d5ede98ee Avoiding flicker in example 2024-08-15 11:11:40 -03:00
Rodrigo Alfonso
f6a7f3b2e6 Updating README and fixing mobile stuff 2024-08-15 11:11:40 -03:00
Rodrigo Alfonso
feca76d946 Making read configuration a part of the initialization ritual 2024-08-15 11:11:40 -03:00
Rodrigo Alfonso
0f65175a5b Refactoring LinkMobile to be completely async and don't block the system at all 2024-08-15 11:11:40 -03:00
Rodrigo Alfonso
431820ba37 FIX: Sending zeroes in padding bytes 2024-08-15 11:11:40 -03:00
Rodrigo Alfonso
9a0fc323e7 Starting refactor to serialize commands 2024-08-15 11:11:40 -03:00
Rodrigo Alfonso
38d8e7df05 Adding read configuration command 2024-08-15 11:11:40 -03:00
Rodrigo Alfonso
0b50475181 Adding logout command 2024-08-15 11:11:40 -03:00
Rodrigo Alfonso
0549f3c501 Implementing async command sending 2024-08-15 11:11:40 -03:00
Rodrigo Alfonso
ae2bada2ff Adding template for LinkMobile implementation 2024-08-15 11:11:40 -03:00