Skip to content

Commit 77ea62a

Browse files
committed
initial work
1 parent df292cf commit 77ea62a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<img align="right" width="50%" src="./screenshot.png">
44

5-
**Note**: Beta software, but should be ready for testing in real projects. Tested on Windows 10 64-bit, Linux Mint 18 64-bit and Raspberry Pi 3 running the PIXEL OS. See [Releases](https://github.com/rogerdahl/striprouter/releases) for Windows and Linux binaries.
6-
75
This is a cross-platform program that, given a description of a circuit, searches for the best way to create the required connections on a [stripboard](https://en.wikipedia.org/wiki/Stripboard).
86

7+
Tested on Windows 10 64-bit, Linux Mint 18 64-bit and Raspberry Pi 3 running the PIXEL OS. See [Releases](https://github.com/rogerdahl/striprouter/releases) for Windows and Linux binaries.
8+
99
The output is a description of where to place and solder wires and where to cut the copper traces on the stripboard in order to create the connections.
1010

1111
The router is based on a novel search algorithm that combines topological ordering with a genetic algorithm (GA). I am calling this algorithm "Topo-GA" and have released it to the public domain. See details below.

0 commit comments

Comments
 (0)