Coder Social home page Coder Social logo

medadyoung / soc-remote-media Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 165 KB

Emulate USB media (like USB disks) for host OS on local platform, with all data access redirected to another remote platform, such as IT people's NB.

License: GNU General Public License v2.0

Makefile 4.58% C 4.49% Roff 81.09% Shell 9.48% M4 0.36%

soc-remote-media's Introduction

Virtual Media Server

This is a Virtual Media Server program to receive command from IT's PC to launch nbd-client(on BMC) which will connect to nbd-server in IT's PC.

  1. Please provide key pairs for TLS.
    • /etc/remote-media/cert.pem
    • /etc/remote-media/privatekey.pem
  2. Please provide the passphase for privatekey.pem.
    • In /etc/remote-media/rms.cfg
    • Example:
    • PrivateKeyPassphrase: cs20nuvoton
  3. Virtual Media Server listen on port 8080.
    • You could start Virtual Media Server on the other port via argv
    • ./Remote-Media-Server port
  4. NBD Client should connect to NBD server with TLS enabled via -x option
    • nbd-client 192.168.1.129 443 /dev/nbd1 -x -b 512 -N Poleg
  5. LDAP auth is disabled by default.
    • If you want to enable it, please define LDAP_AUTH

soc-remote-media's People

Contributors

ci60 avatar ningchia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.