Alexander Goedde
Alexander Goedde
@konsultaner Which callee is called for a **Shared registrations** is handled by the router. A single callee receives the invocation, and the router decides which one. The only involvement by...
The above is salvaged from the previous split markdown files, and is only some notes on how this may be handled, with various alternatives given.
From the above links it's no clear whether wildcard matching would cover this. Possibly `sport.tennis..` would. We should clarify this, or at least dismiss with a reason.
I see the issue. The main use case we have for the bw-listing is that in a UI changes to data made externally may be handled differently than local ones....
The RFC draft now has the link to RFC 2119. Will fix this as I go over the draft.
+1 - it's both what people expect and much less easy to overlook.
Ideally, the static Web server would first try to serve from cache (with configurable cache size). In cache, it would have both the original and compressed versions, and serve the...
You need a WAMP router, since WAMP is a routed protocol. You do not necessarily need to use Crossbar.io - there are other WAMP routers (see [the WAMP homepage](http://wamp.ws/implementations/)).
related/kinda superset of https://github.com/crossbario/iotcookbook/issues/27
For the initial version, which can use the existing model that Open CV provides - the video capture component and the analysis component are in Python - video display is...