Posted 09 February 2017 - 07:18 AM
is there any way to wrap a peripheral over wireless network…
like in my crummy little example below, can computer 3 display reactors 1 and 2's stats on the monitor without being hardlined?
and if so, how??
Reactor_1
_____
\………\
\………\
\………\~~~~~~~~~networking cable~~~~~~~~[ ]) Computer_1 with wireless modem
\_____\
Reactor_2
_____
\………\
\………\
\………\~~~~~~~~~networking cable~~~~~~~~[ ]) Computer_2 with wireless modem
\_____\
monitor
+====+
+8888+~~~~~~~~~networking cable~~~~~~~~[ ]) Compute_3 with wireless modem
+====+
i hope this makes since… id would like computer 3 to ask computer 1&2 for informand like reactor1.getEnergyStored() and write that info to the monitor… I know the writing to monitor part, just not how or if i can wrap peripherials wirelessly
like in my crummy little example below, can computer 3 display reactors 1 and 2's stats on the monitor without being hardlined?
and if so, how??
Reactor_1
_____
\………\
\………\
\………\~~~~~~~~~networking cable~~~~~~~~[ ]) Computer_1 with wireless modem
\_____\
Reactor_2
_____
\………\
\………\
\………\~~~~~~~~~networking cable~~~~~~~~[ ]) Computer_2 with wireless modem
\_____\
monitor
+====+
+8888+~~~~~~~~~networking cable~~~~~~~~[ ]) Compute_3 with wireless modem
+====+
i hope this makes since… id would like computer 3 to ask computer 1&2 for informand like reactor1.getEnergyStored() and write that info to the monitor… I know the writing to monitor part, just not how or if i can wrap peripherials wirelessly
Edited on 09 February 2017 - 06:23 AM