Directories
¶
| Path | Synopsis |
|---|---|
|
_unused
|
|
|
api
Package api contains types that are internally used to send data via the control and signaler pkg.
|
Package api contains types that are internally used to send data via the control and signaler pkg. |
|
codec
Package codec contains sub-packages with different codecs that can be used to encode/decode any entity to/from a byte stream.
|
Package codec contains sub-packages with different codecs that can be used to encode/decode any entity to/from a byte stream. |
|
codec/json
Package json offers an implementation of the codec.Codec interface for the json data format.
|
Package json offers an implementation of the codec.Codec interface for the json data format. |
|
codec/msgpack
Package msgpack offers an implementation of the codec.Codec interface for the msgpack data format.
|
Package msgpack offers an implementation of the codec.Codec interface for the msgpack data format. |
|
control
Package control provides an implementation of a simple network protocol that offers a RPC-like request/response mechanism between two peers.
|
Package control provides an implementation of a simple network protocol that offers a RPC-like request/response mechanism between two peers. |
|
examples/full/client
command
|
|
|
examples/full/server
command
|
|
|
flusher
Package flusher provides convenience methods to flush a net.Conn.
|
Package flusher provides convenience methods to flush a net.Conn. |
|
signaler
* ORBIT - Interlink Remote Applications * * The MIT License (MIT) * * Copyright (c) 2018 Roland Singer <roland.singer[at]desertbit.com> * Copyright (c) 2018 Sebastian Borchers <sebastian[at]desertbit.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software.
|
* ORBIT - Interlink Remote Applications * * The MIT License (MIT) * * Copyright (c) 2018 Roland Singer <roland.singer[at]desertbit.com> * Copyright (c) 2018 Sebastian Borchers <sebastian[at]desertbit.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. |
|
cmd
|
|
|
orbit
command
|
|
|
examples
|
|
|
simple/client
command
|
|
|
simple/hello
code generated by orbit
|
code generated by orbit |
|
simple/server
command
|
|
|
internal
|
|
|
bytes
Package bytes offers convenience functions to convert bytes to and from unsigned integers, respecting a defined byte-order.
|
Package bytes offers convenience functions to convert bytes to and from unsigned integers, respecting a defined byte-order. |
|
flusher
Package flusher provides convenience methods to flush a net.Conn.
|
Package flusher provides convenience methods to flush a net.Conn. |
|
utils
Package utils is the common sin of every Go programmer, including functions that seem to be usable everywhere, but do not share the same functionality.
|
Package utils is the common sin of every Go programmer, including functions that seem to be usable everywhere, but do not share the same functionality. |
|
pkg
|
|
|
codec
Package codec contains sub-packages with different codecs that can be used to encode/decode any entity to/from a byte stream.
|
Package codec contains sub-packages with different codecs that can be used to encode/decode any entity to/from a byte stream. |
|
codec/json
Package json offers an implementation of the codec.Codec interface for the json data format.
|
Package json offers an implementation of the codec.Codec interface for the json data format. |
|
codec/msgpack
Package msgpack offers an implementation of the codec.Codec interface for the msgpack data format.
|
Package msgpack offers an implementation of the codec.Codec interface for the msgpack data format. |
|
packet
Package packet provides convenience methods to read/write packets to a net.Conn.
|
Package packet provides convenience methods to read/write packets to a net.Conn. |
Click to show internal directories.
Click to hide internal directories.