You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been writing a javascript schematic capture tool and found your project.
I was hoping that there might be a way to get more information on the file format required for the input to your tool and the minimum information required to make it work. I think it would be possible to use this project as the routing engine in my own.
The text was updated successfully, but these errors were encountered:
The format it takes is DSN or rather it converts standard DSN files to an internal format for faster routing.
I had to reverse engineer the DSN format. :( guess at some parts of it. You may find official information online but I didn’t have much luck.
The internal format I use is fairly simple and was based on my original Python PCB version. Check my other repos for the Python version as the readme has the details.
Regards
Chris
—————-
Chris Hinsley
On 16 Jan 2018, at 7:03 pm, Michael Molinari ***@***.***> wrote:
Hello,
I have been writing a javascript schematic capture tool and found your project.
I was hoping that there might be a way to get more information on the file format required for the input to your tool and the minimum information required to make it work. I think it would be possible to use this project as the routing engine in my own.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
On 16 Jan 2018, at 7:03 pm, Michael Molinari ***@***.***> wrote:
Hello,
I have been writing a javascript schematic capture tool and found your project.
I was hoping that there might be a way to get more information on the file format required for the input to your tool and the minimum information required to make it work. I think it would be possible to use this project as the routing engine in my own.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hello,
I have been writing a javascript schematic capture tool and found your project.
I was hoping that there might be a way to get more information on the file format required for the input to your tool and the minimum information required to make it work. I think it would be possible to use this project as the routing engine in my own.
The text was updated successfully, but these errors were encountered: