Jessy Diamond Exum
Jessy Diamond Exum
@fadamapi Is this still a problem? If not, mind closing the issue?
@wuyish Did you resolve your issue/did it become irrelevant? If either is the case, please close your issue. Otherwise, please post more information.
@zsquareplusc Is this something that should be marked as a future feature, or won't fix?
@kroeckx > Note that there are plenty of platforms you've never heard about, where OpenSSL is currently used. Do you know of any off hand that do not support Python3?...
@reallyuniquename You might need to checkout the code for one of the two projects and combine the behavior into a custom extension.
I don't have any experience working in this project, but I have built arm code on x86/64 with CMake. You need to look up how to cross compile for aarch64...
@ril3y Did zsquare's answer solve your problem? Maybe we can get this issue closed out.
@jamasi The question by @Harvie is pretty good. Is this still something you want? If so, please give details. Otherwise, please close this issue :).
Ok that is interesting. We should mark this as a feature request and think about this. I would like to make it so we can register new protocols and stuff...
@jamasi There is some interesting work in the pyserial threaded library: https://github.com/pyserial/pyserial/blob/master/serial/threaded/__init__.py I don't know if slip support would be best added to pyserial or just written using pyserial. For...