WAMP, Yocto, Snapcraft. Ex @CanonicalLtd @crossbario
Pinned Loading
-
crossbario/autobahn-java
crossbario/autobahn-java PublicWebSocket & WAMP in Java for Android and Java 8
-
-
1,796 contributions in the last year
Skip to contributions year listDay of Week | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
xconnio/xconn-python,
xconnio/xconn-go,
xconnio/wampproto-go
and 43 other
repositories
Loading
Contribution activity
June 2025
Created a pull request in xconnio/xconn-go that received 1 comment
Opened 30 other pull requests in 6 repositories
xconnio/xconn-python
1
open
20
merged
-
bring event functions at parity with procedures
This contribution was made on Jun 14
-
add predefined SubscribeOptions class
This contribution was made on Jun 14
-
serve API schema through WAMP procedure
This contribution was made on Jun 14
-
many: implement keep alive in rawsocket, fix websocket ping
This contribution was made on Jun 14
-
extend client API to support RawSocket transport
This contribution was made on Jun 13
-
fix session ping
This contribution was made on Jun 13
-
make websocket joiners use the transport interface
This contribution was made on Jun 13
-
add initial wamp-rawsocket transport
This contribution was made on Jun 13
-
Add CallOptions and PublishOptions class
This contribution was made on Jun 9
-
add a properly defined RegisterOptions class
This contribution was made on Jun 9
-
Allow to use CallDetails in procedure signature
This contribution was made on Jun 6
-
simplify dependency resolution logic
This contribution was made on Jun 6
-
allow to call API if allowed_roles not specified
This contribution was made on Jun 6
-
move dependency inject class into types
This contribution was made on Jun 6
-
Implement dependency injection in App API
This contribution was made on Jun 6
-
restrict API access based on WAMP role
This contribution was made on Jun 5
-
return ValidationError as json for better parsing
This contribution was made on Jun 5
-
implement validation of python type hints in procedures
This contribution was made on Jun 5
-
use correct field name for private key
This contribution was made on Jun 4
-
fix auth by making sure correct values get passed
This contribution was made on Jun 4
-
Implement re-connect in App API
This contribution was made on Jun 4
xconnio/xconn-go
4
merged
-
Implement universal tcp listener
This contribution was made on Jun 21
-
server: Implement WAMP over RawSocket
This contribution was made on Jun 20
-
Client: Implement WAMP over RawSocket
This contribution was made on Jun 20
-
make CallV2 the default
This contribution was made on Jun 20
xconnio/wampproto-python
2
merged
-
add cleanups to rawsocket impl
This contribution was made on Jun 11
-
Add Sans-IO WAMP-RawSocket transport implementation
This contribution was made on Jun 11
xconnio/wampproto-messages-capnproto
1
merged
-
Fix Go pkg name, add basic python packaging
This contribution was made on Jun 23
xconnio/wampproto-go
1
merged
-
add sans-io wamp-rawsocket implementation
This contribution was made on Jun 17
Mahad-10/wamp.py
1
merged
-
change state callbacks to connect() method
This contribution was made on Jun 4
Reviewed 27 pull requests in 6 repositories
xconnio/xconn-python
12 pull requests
-
Implement router cli
This contribution was made on Jun 14
-
Server: websocket over unix socket
This contribution was made on Jun 14
-
Client: WebSocket over UNIX socket
This contribution was made on Jun 14
-
fix: safely check for subclasses in type hints with union support
This contribution was made on Jun 13
-
Add example API using multiple model inheritance
This contribution was made on Jun 12
-
Reply goodbye to client on receiving Goodbye
This contribution was made on Jun 11
-
Implement reconnect logic with exponential backoff
This contribution was made on Jun 5
-
Remove schema host & port validation from client
This contribution was made on Jun 5
-
fix race condition on debug router start in client cli
This contribution was made on Jun 5
-
Expose websocket ping settings in client yaml
This contribution was made on Jun 5
-
remove schema host & port default values
This contribution was made on Jun 5
-
Add authentications in config and allow either file or flags for config
This contribution was made on Jun 4
xconnio/wampproto-messages-capnproto
4 pull requests
-
Add schema for session control messages
This contribution was made on Jun 23
-
Add schema for session establishment messages
This contribution was made on Jun 23
-
Add schema for Pub/Sub messages
This contribution was made on Jun 23
-
Add schema for RPC messages
This contribution was made on Jun 23
xconnio/xconn-go
4 pull requests
-
Send abort if realm doesn't exist
This contribution was made on Jun 23
-
Add publish v2 API
This contribution was made on Jun 21
-
Export authenticators from wampproto
This contribution was made on Jun 4
-
fix: ensure full websocket payload is read
This contribution was made on Jun 3
xconnio/wampproto-go
4 pull requests
-
Implement wildcard registrations/subscriptions
This contribution was made on Jun 18
-
Return correct error on Abort
This contribution was made on Jun 17
-
Implement prefix based registration/subscription
This contribution was made on Jun 17
-
auth: correct order of params in constructors
This contribution was made on Jun 4
xconnio/wampproto-python
2 pull requests
-
Add authrole in request & add a wampcra salt response
This contribution was made on Jun 11
-
Raise application error on abort
This contribution was made on Jun 11
xconnio/wick-ui
1 pull request
-
update README with overview, usage guide, and setup instructions
This contribution was made on Jun 23
Created an issue in xconnio/wampproto-go that received 1 comment
Opened 19 other issues in 6 repositories
xconnio/xconn-python
4
open
4
closed
-
experimental: wamp.2.capnproto.split_payload
This contribution was made on Jun 16
-
automatically validate data types in topic handler signature
This contribution was made on Jun 14
-
support EventDetails in App API
This contribution was made on Jun 14
-
Release to PyPi
This contribution was made on Jun 14
-
Client: Implement RawSocket transport
This contribution was made on Jun 11
-
Client: WebSocket over UNIX socket
This contribution was made on Jun 10
-
Serve API schema through WAMP
This contribution was made on Jun 7
-
Implement automatic reconnect
This contribution was made on Jun 3
xconnio/xconn-go
2
open
2
closed
-
Implement support for different listening transports through YAML
This contribution was made on Jun 21
-
Implement capnproto serializer
This contribution was made on Jun 20
-
Router: Implement WAMP over RawSocket
This contribution was made on Jun 16
-
Client: Implement WAMP over RawSocket
This contribution was made on Jun 16
xconnio/wampproto-go
2
closed
1
open
-
Implement Sans-IO rawsocket transport
This contribution was made on Jun 16
-
Implement invoke options for registration
This contribution was made on Jun 16
-
Implement prefix based registrations
This contribution was made on Jun 16
xconnio/wampproto-messages-capnproto
2
closed
-
Add schema for Pub/Sub messages
This contribution was made on Jun 21
-
Add schema for RPC messages
This contribution was made on Jun 21
ahmada3mar/BYD
1
open
-
How is the code generated?
This contribution was made on Jun 21
xconnio/wampproto-python
1
closed
-
Sans-IO WAMP-RawSocket implementation
This contribution was made on Jun 10
61
contributions
in private repositories
Jun 2 – Jun 16