Commit Graph

12 Commits

Author SHA1 Message Date
Georgi Gerganov
915dd8be16 ggwave : add DSS test + remove OperatingMode enum 2022-06-11 20:23:13 +03:00
Georgi Gerganov
8070f6db11 ggwave : remove <initializer_list> 2022-06-11 14:33:12 +03:00
Georgi Gerganov
c730124f8b remove-stl : update arduino tx examples 2022-06-08 00:04:03 +03:00
Georgi Gerganov
c8d6d6df3c remove-stl : prepare migration to ggvector 2022-06-07 21:22:54 +03:00
Georgi Gerganov
0cf3d0e36b ggwave : big refactoring / renaming 2022-06-05 15:21:55 +03:00
Georgi Gerganov
11f8c660b6 ggwave : remove <map> header dependency 2022-05-30 22:52:12 +03:00
Georgi Gerganov
782ab237ac ggwave : remove <functional> header dependency 2022-05-30 22:01:38 +03:00
Georgi Gerganov
f798257f77 examples : remove ggwave-mod
No longer needed since the core ggwave lib now supports mono-tone
protocols
2022-05-30 19:09:53 +03:00
Georgi Gerganov
4365207bcb r2t2 : fix compile warning 2022-05-04 18:26:51 +03:00
Georgi Gerganov
8466257ca4 r2t2 : add more protocols + Arduino code generation 2022-05-03 20:36:16 +03:00
Georgi Gerganov
c06bafb0b2 r2t2 : print duration 2021-04-19 14:41:24 +03:00
Georgi Gerganov
00b23ff54f r2t2 - Transmit data through the PC speaker (#32)
* inital implementation

* remove file

* ggwave-cli : txProtocol -> txProtocolId

* ggwave : add custom protocol enum values

* r2t2 : use cutom protocols

* r2t2 : build only on Unix systems

* r2t2 : remove thread

* r2t2-rx : wip

* r2t2 : wasm build ready + various fixes

* r2t2 : error message

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* r2t2 : length 16

* r2t2 : use slow protocol by default

* r2t2 : add timestamp

* r2t2 : update html

* r2t2 : update github link

* r2t2 : more robust tx

* r2t2 : add option to use beep command

* emscripten : cannot use requestAnimationFrame when capturing audio

This causes the queued audio buffer to grow indefinitely when the page
is not focused, causing the process to run out of memory.

* r2t2 : disable beep option

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* r2t2 : add example to README
2021-04-18 13:20:45 +03:00