-
Original
![Original](https://i.imgur.com/GNtpMbd.png)
mdapt
![mdapt](https://i.imgur.com/Zoh53UM.png)
gdapt
![gdapt](https://i.imgur.com/ulLNWQy.png)
cbod
![cbod](https://i.imgur.com/iS98Lvh.pn…
-
There are scenarios where one might want to run a _mix_ of native asyncio-only libraries and Twisted-only features in one application - while using Autobahn.
In principle, there are 2 ways:
* ru…
-
The face-detection demo is already packaged as a snap (https://github.com/crossbario/iotcookbook/pull/25).
The next step is do make it work it on the IPC327E we now have, publish a proper snap and …
-
WAMP-cryptosign is an asymmetric key, signature based authentication scheme that is defined by two parts:
1. the message exchange pattern (authentication handshake) and construction of challenge to…
-
When running PyPy, the msgpack serializer expects `umsgpack` to be installed. It seems that is missing in the docker container.
```
om26er@RemotePC:~$ docker run -it crossbario/autobahn-python:pyp…
-
The Play/Pause, Forward, and Rewind buttons no longer work on the SmartYouTubeTV app for me on the Firestick remote.
I installed the latest version today. Did this change? A bug or is there a speci…
-
The WampV2 specification does not address routers talking to other routers. Without a router protocol, proxy-clients or client bridges appear to be the alternative.
There is no security model as it pe…
-
I had to put an issue on that weird bug. I have set texture filtering on XBRz x5 just to be sure it's not my imagination. I noticed on Sword Art Online - Infinity Moment, the characters on the speech …
-
-
For E2E encryption we need to publish events to multiple subscribers, there may be multiple strategies but the one that I am investigating is to publish N times by using `PublishOptions(eligible=recip…