Any implementation of Oracle's RMI protocol in python, .net or other non-Java language on GitHub? So far the one I found teaches you how to implement an RMI protocol from scratch. What I want is to implement Oracle's/Java's RMI protocol in Python or .NET
The specs here : https://docs.oracle.com/javase/9/docs/specs/rmi/protocol.html
Shouldn't be difficult as the protocol begins with RMI://
Either the stub or skeleton can be done in Python.