Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump README.mdv2.2.4 | Sven Gothel | 2021-02-09 | 1 | -0/+7 |
| | |||||
* | API renaming of missed 'Characteristic', add listener to API name table | Sven Gothel | 2021-01-27 | 1 | -1/+2 |
| | |||||
* | Refine the API doc overview: Add Header and update linked names + add event ↵ | Sven Gothel | 2021-01-27 | 1 | -4/+3 |
| | | | | driven adapter workflow | ||||
* | Update README.md; Provide Java package API doc (Copied from C++) etc .. | Sven Gothel | 2021-01-27 | 1 | -16/+31 |
| | |||||
* | Complete build change: Using jaulib[_fat] if available (for Java) incl. ↵ | Sven Gothel | 2021-01-25 | 1 | -1/+11 |
| | | | | native lib loading. Added junit test facility (Java). | ||||
* | Bump READMEv2.1.36 | Sven Gothel | 2021-01-11 | 1 | -0/+2 |
| | |||||
* | Move jaucpp -> jaulib; Full integration of jaulib's unit tests (TODO: Use ↵ | Sven Gothel | 2020-12-21 | 1 | -2/+2 |
| | | | | | | | Catch2 for own unit tests) Also: cmake: Add "null-dereference" to NO_ERROR, as it causes trouble with jau::get_uint8(..) with "-O3" See jaulib commit db34007f905dab9feeba16e95c16d84bfb0ff11a | ||||
* | Documentation: Add notes re 'LE Secure Connections and LE legacy pairing' | Sven Gothel | 2020-11-24 | 1 | -3/+13 |
| | |||||
* | Adding tentative SMPHandler (WIP for non Linux/BlueZ platforms or when ↵ | Sven Gothel | 2020-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | supported) On our current target platform Linux/BlueZ, access to the existing SMP implementation via L2CAP (socket) is sadly prohibited. Linux/BlueZ currently only allows L2CAP sockets for LE devices for the ATT protocol, determined by L2CAP_CID_ATT. Therefor we have to use Linux/BlueZ manager control channel's API to access the SMP implementation. However, the SMPHandler and used SMPPDUMsg types may be used on other platforms. Hence implementation shall be completed for these later on. | ||||
* | README.md: Add SM/SMP, changed language for other platform support | Sven Gothel | 2020-11-04 | 1 | -9/+8 |
| | |||||
* | Document Direct-BT Non-Root Usage via setcap or preferrably capsh. | Sven Gothel | 2020-10-27 | 1 | -0/+45 |
| | |||||
* | Bump 2.1.30v2.1.30 | Sven Gothel | 2020-10-19 | 1 | -1/+5 |
| | |||||
* | Build: Separate GCC sanitize flags from DEBUG=ON, enable via INSTRUMENTATION=ON | Sven Gothel | 2020-10-18 | 1 | -3/+11 |
| | |||||
* | Require cmake >= 3.13 and use LANGUAGES C CXX (JAVA is specified later on) | Sven Gothel | 2020-10-17 | 1 | -1/+1 |
| | |||||
* | README.md: Link to jaucpp.git/about/ | Sven Gothel | 2020-10-16 | 1 | -1/+1 |
| | |||||
* | README.md: Add notion of extracted submodule jaucpp | Sven Gothel | 2020-10-16 | 1 | -1/+6 |
| | |||||
* | README: 'git clone': Add '--recurse-submodules' option to also clone and ↵ | Sven Gothel | 2020-10-16 | 1 | -1/+1 |
| | | | | init jaucpp submodule | ||||
* | README: Bump stable to upcoming 2.1.30, add valgrind validation + backtrace ↵ | Sven Gothel | 2020-10-13 | 1 | -2/+5 |
| | | | | support | ||||
* | dbt_debug/direct_bt::RuntimeException: Add de-mangled backtrace using ↵ | Sven Gothel | 2020-10-13 | 1 | -1/+1 |
| | | | | | | | | | libunwind and abi::__cxa_demangle The backtrace is used by default for - direct_bt::ABORT(..) - direct_bt::ERR_PRINT(..) - direct_bt::RuntimeException::what() | ||||
* | Java Example: Rename ScannerTinyB10 -> DBTScanner10: Requiring Direct-BT, ↵ | Sven Gothel | 2020-09-25 | 1 | -2/+2 |
| | | | | name aligned with dbt_scanner10.cpp | ||||
* | README/API-Doc: Add details about Direct-BT and resolve markdown to html ↵ | Sven Gothel | 2020-09-21 | 1 | -39/+67 |
| | | | | limitations of cgit's md2html | ||||
* | README: Add spacing for supported platforms | Sven Gothel | 2020-09-19 | 1 | -0/+2 |
| | |||||
* | README: Add Supported Platforms section | Sven Gothel | 2020-09-19 | 1 | -0/+22 |
| | |||||
* | README: Bump Direct-BT BLE Maturity to version 2.1.25, post further resolutionsv2.1.25 | Sven Gothel | 2020-09-19 | 1 | -1/+1 |
| | |||||
* | README/CONTRIBUTING: Refine email contact for patches and bugzilla | Sven Gothel | 2020-09-19 | 1 | -1/+2 |
| | |||||
* | README: Bump 2.1.24 as Early Direct-BT Mature Version (BLE); Fix bugzilla link | Sven Gothel | 2020-09-19 | 1 | -2/+2 |
| | |||||
* | Moving links of project resources to https://jausoft.comv2.1.23 | Sven Gothel | 2020-09-18 | 1 | -22/+38 |
| | | | | | We decided to utilize Gothel Software's server as the canonical source for this project, inclusing git, bugzilla db and the online API doc. | ||||
* | README.md Add Bluetooth Spec link and enhance Direct-BT description. | Sven Gothel | 2020-09-16 | 1 | -13/+11 |
| | |||||
* | Update README.md | Sven Gothel | 2020-09-15 | 1 | -27/+30 |
| | |||||
* | README: Replace local doc refs w/ ICT source (oops) | Sven Gothel | 2020-09-03 | 1 | -2/+2 |
| | |||||
* | README: Add reference to examples as a potential starting point for new user | Sven Gothel | 2020-09-03 | 1 | -2/+10 |
| | |||||
* | README: More detailed Direct-BT description (event driven, build ↵ | Sven Gothel | 2020-09-03 | 1 | -12/+31 |
| | | | | | | depenencies, build, ..); Add \example tag in examples. For unknown reason, examples are not visible in result. | ||||
* | README: Use hardlinks of generated documentation to Zafena ICT server | Sven Gothel | 2020-09-01 | 1 | -4/+8 |
| | |||||
* | Update README.md, adding more details to Direct-BT (BREDR, provider, build) | Sven Gothel | 2020-09-01 | 1 | -23/+56 |
| | |||||
* | README.md: Refine 'two implementations', add notice how to disable BlueZ ↵ | Sven Gothel | 2020-07-02 | 1 | -2/+16 |
| | | | | userspace daemon | ||||
* | README.md: Proof read fix, added 2nd Direct-BT descriptive sentence | Sven Gothel | 2020-05-18 | 1 | -1/+3 |
| | |||||
* | README.md: Elaborate on both implementations a bit more, add direct link to ↵ | Sven Gothel | 2020-05-18 | 1 | -2/+22 |
| | | | | Direct-BT C++ overview doc | ||||
* | README.md: Detail native libraries for each implementation, ..v2.1.1 | Sven Gothel | 2020-05-18 | 1 | -5/+5 |
| | |||||
* | Fix general Doxygen Documentation | Sven Gothel | 2020-05-18 | 1 | -6/+9 |
| | | | | | | | | | | | - Ensure C++ namespace gets properly documented -- Added tinyb namespace doc in BluetoothAdapter.hpp (first file) -- Added direct_bt namespace doc in ATTPDUTypes.hpp (first file) Showing hierarchy and hinting to details and coverage. - Fix CMakeList for doc target and some doxygen config finetuning | ||||
* | Update Documentation | Sven Gothel | 2020-02-09 | 1 | -10/+46 |
| | |||||
* | Changed examples to a cmake option rather than being built by default | Chuck Claunch | 2017-06-07 | 1 | -0/+4 |
| | | | | Signed-off-by: Chuck Claunch <[email protected]> | ||||
* | Release 0.5.0v0.5.00.5.0 | Petre Eftime | 2016-07-11 | 1 | -0/+9 |
| | | | | Signed-off-by: Petre Eftime <[email protected]> | ||||
* | Update README.md | petreeftime | 2016-05-19 | 1 | -1/+6 |
| | |||||
* | README: Add Contribution Guide and update license file | Petre Eftime | 2016-05-05 | 1 | -0/+7 |
| | | | | Signed-off-by: Petre Eftime <[email protected]> | ||||
* | Add links to API documentation | Petre Eftime | 2016-04-27 | 1 | -3/+14 |
| | | | | Signed-off-by: Petre Eftime <[email protected]> | ||||
* | Add Travis and Coverity Badges to README.md | petreeftime | 2016-02-19 | 1 | -0/+3 |
| | |||||
* | Add glib version requirements, update README.md | Petre Eftime | 2016-02-19 | 1 | -7/+12 |
| | | | | Signed-off-by: Petre Eftime <[email protected]> | ||||
* | Build documentation with make doc | Petre Eftime | 2016-01-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Petre Eftime <[email protected]> | ||||
* | Update README.md for building Java bindings | petreeftime | 2016-01-13 | 1 | -3/+6 |
| | |||||
* | Update docs | Petre Eftime | 2015-11-27 | 1 | -1/+3 |
| | | | | Signed-off-by: Petre Eftime <[email protected]> |