Browse Source

convert over to using PoE+splitters for power control instead of a

USB attached device..  This will be cleaner, AND will allow monitoring
of power consumption that would otherwise be expensive to put together
w/ an independent solution..
main
John-Mark Gurney 4 years ago
parent
commit
21db130811
2 changed files with 32 additions and 47 deletions
  1. +8
    -7
      diag_inp.txt
  2. +24
    -40
      lab.doc.md.html

+ 8
- 7
diag_inp.txt View File

@@ -1,9 +1,10 @@
[ Internet ] { flow: north } -- [ VLAN Switch ]
[ Host machine ] -- [ VLAN Switch ]
[ Internet ] { flow: north } -- [ PoE/VLAN Switch ]
[ Host machine ] -- [ PoE/VLAN Switch ]
[ Host machine ] { flow: south } -- [ USB Hub ] [ Host machine ] { flow: south } -- [ USB Hub ]
[ RockPro64 ] { flow: north } -- [ VLAN Switch ]
[ USB Hub ] -- [ Power Controler ]
[ PoE Splitter ] { flow: north } -- [ PoE/VLAN Switch ]
[ Network ] { shape: edge; }
[ Power ] { shape: edge; }
[ RockPro64 ] { flow: east } -- [ Network ] -- [ PoE Splitter ]
[ RockPro64 ] { flow: east } -- [ Power ] -- [ PoE Splitter ]
[ USB Hub ] -- [ Serial adapter ] [ USB Hub ] -- [ Serial adapter ]
[ Serial adapter ] -- [ RockPro64 ]
[ Power Controler ] -- [ 12V PS ]
[ Power Controler ] { flow: east } -- [ RockPro64 ]
[ Serial adapter ] { flow: south; } -- [ RockPro64 ]

+ 24
- 40
lab.doc.md.html View File

@@ -38,45 +38,29 @@ This will allow running dhcp/bootp/tftp services for netbooting by running dnsma
or another service. As fusefs is now jail friendly, the root FS could even be or another service. As fusefs is now jail friendly, the root FS could even be
mounted via sshfs mounted via sshfs


*************************************************************************************
* *
* +---------------------------+ *
* | | *
* | Internet | *
* | | *
* +-------------+-------------+ *
* | *
* | *
* | *
* +-------------+-------------+ *
* | | *
* +--------------+ VLAN Switch +--------------+ *
* | | | | *
* | +---------------------------+ | *
* | | *
* +--------+-------+ +--------+-------+ *
* | | | | *
* | Host machine | | RockPro64 | *
* | | | | *
* +--------+-------+ +--------+---+---+ *
* | | | *
* | | | *
* +--------+-------+ | | *
* | | +------------------+ | | *
* | USB Hub +-----------+ Serial adapter +------------------+ | *
* | | +------------------+ | *
* +--------+-------+ | *
* | | *
* | +---------------------------+ | *
* | | +------------------+ *
* +--------------+ Power Controler | *
* | +----+ *
* +---------------------------+ | *
* | *
* +-------+-------+ *
* | 12V PS | *
* +---------------+ *
* *
*************************************************************************************
***********************************************************************************
* *
* +--------------+ +-----------------+ *
* | Host machine +-----------------------------------------+ | Internet | *
* +-+------------+ | +-+---------------+ *
* | | | *
* | | | *
* | | | *
* +-+------------+ +----------------+ | +-+---------------+ *
* | USB Hub +-----+ Serial adapter | +--+ PoE/VLAN Switch | *
* +--------------+ +-+--------------+ +-+---------------+ *
* | | *
* | | *
* | | *
* +-+--------------+ Network +-+---------------+ *
* | RockPro64 +---------------------+ PoE Splitter | *
* +-+--------------+ +-+---------------+ *
* | | *
* | | *
* | | *
* Power | *
* -----------------------------------------+ *
* *
***********************************************************************************


<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script> <!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>

Loading…
Cancel
Save