Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raw traffic mode #640

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gfernandezroku
Copy link

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

… including polls and to disable 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
@gfernandezroku gfernandezroku changed the title added: raw traffic mode Raw traffic mode Oct 2, 2023
Use the ack and eof flags in thransmitted packets similar to
how they are used in received packets. eom=0 means the packet
was never sent. ack reflects the actual state of the ACK bit
and success is 0 for direct packets and 1 for broadcast packets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant