Martin Dagarin

Results 23 comments of Martin Dagarin

As far as I understand authentication with Mifare Desfire you need to authenticate with application key after you select app, additionaly you authenticate with PICC key before you create, delete...

@crossmax which bus are you using ? I2C ? SPI ? UART ?

In connection string you can set speed, `pn532_spi:/dev/spidev0.0:1000000` is working for me, speed is set after `:` in bps.

I'm loooking at #47, and there this could be easly changed.

Looked into pending pull requests and #47 is possible solution for this.

@pbojinov can you please take a look at this pull request please, since this module isn't usable with Cloudflare anymore (they changed header content) ?

Hi, I'm looking forward to see this feature. I'm looking for a way to hide recent activity, especially usernames for guest viewers. Maybe this could be simply implemented to display...

Yes, possible solution would be, to replace username with Someone and disable link to user based on user role or permission.

> if (address.length > 2 && trimMessage.length > 1) Here probably should be: > if (address.length > 1 && trimMessage.length > 1) since 9 is already valid pocsag address if...

Maybe check if api key is valid by sending test notification when key is set ?