janjaapbos

Results 12 comments of janjaapbos

Here is some background: https://www.objc.io/issues/14-mac/appkit-for-uikit-developers Seems that on OSX appkit is an option, and for iOS uikit: https://developer.apple.com/documentation/uikit I also found https://github.com/pybee/toga a python native gui framework, support also osx...

Actually, my preferences would be the current implementation, the newest on top ;-)

I will do rewrite of these methods for setting and getting udp address, taking into account the comments above.

My suggestion would be not to add this as an extension to the protocol, but just to have the publisher application add an additional pub/sub that only republishes filtered message...

Last time I checked ZT worked ok, a couple of weeks ago. You will probably need the open pull request for zt transport. On Sun, 1 Mar 2020, 21:27 gdamore,...

Actually, the pull request should not be needed for the transport to work. It just adds extra functionality. The issue is that ad-hoc networks do not allow the ethernet frame...

So the zerotier network rule should e.g. include: accept ethertype 0x0901; This cannot be done for ad-hoc networks.

I verified this works. The zerotier network rules are: drop not ethertype 0x0901 ; accept;

See my earlier response: The issue is that ad-hoc networks do not allow the ethernet frame type used by the nng zerotier transport. See from the ZeroTier manual: Ad-hoc networks...

Thanks, I think we may use a cross platform rust library https://github.com/alacritty/copypasta.