Sha256: 3258608140ebd927be97d13cb96151798999b68c1aaf1e8d4f9be3b6347a2ad8
Contents?: true
Size: 468 Bytes
Versions: 9
Compression:
Stored size: 468 Bytes
Contents
# Trisul Remote Protocol TRP Demo script require 'rubygems' require './helper' include TrisulRP::Protocol include TrisulRP::Keys class TestTrisulrp < Test::Unit::TestCase def test_keys p "0A.01.3C.BB = " p TrisulRP::Keys::make_readable( "0A.01.3C.BB" ) p "10.1.60.187 = " p TrisulRP::Keys::make_key( "10.1.60.187" ) p "p-01BB = " p TrisulRP::Keys::make_readable( "p-01BB" ) p "Port-443 = " p TrisulRP::Keys::make_key( "Port-443" ) end end
Version data entries
9 entries across 9 versions & 1 rubygems