Jan Delgado

Results 53 comments of Jan Delgado

Not yet, will add the feature soon.

@mdegat01 anything I can do to get this PR merged?

@samjt: I have added a new library with a PCA9685 HAL: https://github.com/jandelgado/jled-pca9685-hal/ See the repo for usage examples / documentation.

I hesitated to implement this feature, because the REST API of RabbitMQ, which rabtap uses, does already provide this information: https://rawcdn.githack.com/rabbitmq/rabbitmq-server/v3.9.1/deps/rabbitmq_management/priv/www/api/index.html rabtap offers an aggregated view combining different resources. Could...

@Mark-81 @JuMiLo: i have add a `Fade(from, to, duration)` method. Please check out commit `a8c40a310b1eac325243d92103cbd0b656455ba0` to test it - thanks

Released with 4.12.0 https://github.com/jandelgado/jled/releases/tag/v4.12.0

Yes, that is the reason. To keep the memory footprint small, time values are modelled as `uint16_t` currently. However I plan to make the type a c++ template parameter, so,...

how about ``` $ rabtap queue create myqueue $ rabtap queue bind myqueue to amq.topic --bindingkey "my binding key" $ rabtap info http://localhost:15672/api (broker ver='3.8.7', mgmt ver='3.8.7', cluster='rabbit@e90a2b5532a7') └─ Vhost...

@hheexx, this works for me (same setup like above): ``` $ rabtap tap "amq.topic:my binding key" ------ message received on 2022-11-12T10:01:53+01:00 ------ exchange.......: amq.topic routingkey.....: my binding key hello ```