Pulse-Eight / libcec

USB CEC Adapter communication Library http://libcec.pulse-eight.com/
Other
704 stars 282 forks source link

Raw traffic mode #640

Open gfernandezroku opened 9 months ago

gfernandezroku commented 9 months ago

Raw traffic mode calls the command callback for all traffic including polls. It also disables special handling for certain commands and devices.

added: cec_command now includes a "sent" boolean (false if command was received)

added: cec-client now has a "gaps" option that adds gaps between log lines depending on time interval.

added: Roku vendor ID

Fixed: Consistently use << for sent commands and >> for received commands in the logs Updated: debian man page

Library version bumped to 6.1.0