-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples #3
Comments
Sorry, I haven't really prepared this for use by anyone else! Good to hear that someone's trying to use it :). I don't really have time right now to prepare documentation, though, and probably won't for the foreseeable future sadly. No; kRPC.jl by itself won't import Remote since it doesn't know for sure that it exists when the library itself is loaded and I didn't want to clutter up the namespace. The suggested way to handle this is to add suitable Sure, I'd appreciate a PR for the connection issue. |
Hi I oppened the pr, can you also briefly explain to me how to write streams? Or is this not really implemented? |
Streams are supported, though listening is rather rudimentary at this point. A stream can be opened by calling |
It'd be nice to have some examples on how to use the code. Am I correct in that I need to call
kRPC.Remote.SpaceCenter.ActiveVessel()
to get the active vessel? ie that krpc doesn't reexport everything from remote? (I think this can easily be done using a macro)
also the first constructor for connection gets overwritten, and can be dropped (I can write a pull request if you want)
The text was updated successfully, but these errors were encountered: