Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:bitscope [2024/09/06 16:58] – [Install] darrontools:bitscope [2024/09/07 13:03] (current) – [Server] darron
Line 1: Line 1:
 ====Bitscope==== ====Bitscope====
  
- +<wrap right> 
-===Download=== +{{:tools:bitscopem1.jpg?200}} 
- +</wrap>
-Fetch the binary package for the correct platform from [[http://my.bitscope.com/download/|here]].+
  
 ===AARCH64=== ===AARCH64===
Line 15: Line 14:
 </code> </code>
  
-===Raspberry Pi OS===+===Server=== 
 + 
 +==Download== 
 + 
 +Fetch the binary package for the correct platform from [[http://my.bitscope.com/download/|here]]. 
 + 
 +==Raspberry Pi OS==
  
 <code> <code>
Line 25: Line 30:
 </code> </code>
  
-===Run===+==Help==
  
 <code> <code>
Line 45: Line 50:
 line only. Note that only -h and -v are implemented in this beta release. line only. Note that only -h and -v are implemented in this beta release.
 </code> </code>
 +
 +===Runit===
 +
 +<code>
 +#!/bin/bash
 +sleep 2
 +
 +#LOG
 +ulimit -aH
 +
 +#RUN
 +exec /usr/local/bin/bitscope-server -v < /dev/stderr
 +</code>
 +
 ===Resources=== ===Resources===
  
 [[http://my.bitscope.com/download/|Downloads]] [[http://my.bitscope.com/download/|Downloads]]