orbit2

Crates.ioorbit2
lib.rsorbit2
version0.1.1-alpha.2
sourcesrc
created_at2024-06-25 12:16:26.943292
updated_at2024-06-26 19:18:32.222066
descriptionA Rust idiomatic layer for orbit2-sys
homepagehttps://github.com/jeteve/orbit2-rs
repository
max_upload_size
id1283279
size27,905
Jerome Eteve (jeteve)

documentation

README

orbit2

An idiomatic Rust layer on top of orbit2-sys

Notes from the original ORBit doc.

Note: it is possible to use a third-party naming service, e.g. using the --ORBNamingIOR command line option.

Note: From ORBit 0.5.3, IIOP communications over IP sockets are disabled by default for security reasons. You should create an /etc/orbitrc (for a system-wide settings), or an ~/.orbitrc (for one user’s setting) containing something like : ORBIIOPUSock=1 ORBIIOPIPv4=1 ORBIIOPIPv6=0

Note: resolves default name-service, usually given to application as

  • command line argument "-ORBInitRef NameService=IOR:0100000028..",
  • or since release 2.8.0 corbalocs in form of URL can be used, eg:
  • "-ORBInitRef NameService=corbaloc:iiop:HOSTNAME:PORT/NameService%00"
Commit count: 0

cargo fmt