Commit Graph
21 Commits
Author SHA1 Message Date
Vibhav Pant c01ac9717a Enabled BleV2 medium by default. BLE v2 advertisements are now correctly broadcasted 2024-11-05 21:03:11 +05:30
lasan 3ea5979b5a brought in vibhav's own implementation of bluetooth adapter and bluez. updated dbus to latest version in vibhav's branch. Initial commit of own version of ble_v2 implementation 2024-10-29 11:21:49 +05:30
lasan e6b23f0c18 Removed stray bluetooth_adapter files 2024-10-26 18:05:55 +05:30
lasan e91795e007 added wifi lan medium implementation for linux 2024-10-26 13:07:14 +05:30
Vibhav Pant d6b150db6d Add BluetoothInputStream, BluetoothOutputStream. 2023-09-01 19:58:05 +05:30
Vibhav Pant 0191f6b9ae Split off most of NetworkManager code into their own files. 2023-08-30 18:48:10 +05:30
Vibhav Pant dc2d8cd472 Move dbus stubs to generated package. 2023-08-29 23:56:15 +05:30
Vibhav Pant 393c135f48 Add copyright headers. 2023-08-29 22:12:10 +05:30
Vibhav Pant 48f17cf10a Add ble headers. 2023-08-29 14:03:28 +05:30
Vibhav Pant e07de691cf Rewrite timer to use POSIX timers. 2023-08-27 20:50:26 +05:30
Vibhav Pant d13621f005 Fix deps. 2023-08-27 15:00:03 +05:30
Vibhav Pant 4819e2c220 Add missing headers. 2023-08-27 14:06:10 +05:30
Vibhav Pant 4417dd781f Add Wifi Direct files. 2023-08-27 00:35:37 +05:30
Vibhav Pant e6d273aaa8 Add additional files. 2023-08-26 21:49:42 +05:30
Vibhav Pant 3034f35fd5 Merge remote-tracking branch 'proatgram/linux-platform' 2023-08-23 17:41:43 +05:30
Vibhav Pant d8b04cdcf4 Add headers to library comm. 2023-08-23 17:29:59 +05:30
Vibhav Pant f9fb3d259e Rewrite dbus code using sdbus-c++ 2023-08-15 20:52:51 +05:30
Vibhav Pant e8c5a24538 Add additional libraries. 2023-08-03 17:17:59 +05:30
Vibhav Pant 1f6a9ccc67 Add bluetooth_adapter implementation. 2023-07-23 19:01:50 +05:30
Vibhav Pant ca8efbf347 Initial sketch. 2023-07-22 15:32:25 +05:30
Timothy Hutchins bbfc2991c5 Started implementing Linux specific platform
This is the start of the implementing for the Linux platform.

I aim to make this as similar to the Windows platform as possible,
although due to the fundamental difference in the two OS's, there will
be things that need to be different.
As such, I will be using the Windows platform files as a base, and
reimplementing the functions with Linux equivalents.

I am sure this will have bugs, which by my best attempt will be fixed
when found.
2023-05-19 19:19:15 -05:00