X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <573CDD5F.1000105@xs4all.nl> Date: Wed, 18 May 2016 23:23:43 +0200 From: "Bert Timmerman (bert DOT timmerman AT xs4all DOT nl) [via geda-user AT delorie DOT com]" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110429 Fedora/2.0.14-1.fc13 SeaMonkey/2.0.14 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] Freerouting? References: <573C9E22 DOT 9050609 AT neurotica DOT com> <573CA1C7 DOT 3080402 AT iee DOT org> <573CA784 DOT 1060103 AT neurotica DOT com> <573CB7E6 DOT 607 AT xs4all DOT nl> <573CC53E DOT 5000207 AT neurotica DOT com> <573CCD4F DOT 1050905 AT xs4all DOT nl> In-Reply-To: <573CCD4F.1050905@xs4all.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Reply-To: geda-user AT delorie DOT com Bert Timmerman (bert DOT timmerman AT xs4all DOT nl) [via geda-user AT delorie DOT com] wrote: > Dave McGuire (mcguire AT neurotica DOT com) [via geda-user AT delorie DOT com] wrote: >> On 05/18/2016 02:43 PM, Bert Timmerman (bert DOT timmerman AT xs4all DOT nl) [via >> geda-user AT delorie DOT com] wrote: >>> AFAICT, the freerouting web app ceased to exist thanks to Big EDA >>> bullying the developer into retirement and off the internet >>> (http://www.freerouting.net/). >> Damn suits. >> >>> There are a couple of github repositories with the code (I recall >>> written in java, https://github.com/nikropht/FreeRouting and >>> https://github.com/32bitmicro/Freerouting), each with a bunch of forks, >>> some with development continuing ... YMMV. >>> >>> I'm willing to put effort into merging a DSN exporter (bit-rotting in a >>> topic branch) into the master branch main stream pcb repository if, and >>> only if, said exporter gets tested and feedback is shared (this >>> requires >>> active involvement with patches or at least bug reports on Launchpad). >>> >>> On other thing that is needed, if this is to become a FOSS success >>> story, is testing one of the github freerouter repositories. >> Ok, this would be a very good start. However, if my understanding is >> correct, this is all just academic unless we can also import Specctra >> session files after routing, is this correct? >> >>> I forked both Freerouting repositories mentioned above, but have to >>> admit that I have little or no java coding skills (sorry, no fu). >> No worries, I can probably pick up the slack there. However, it was >> my impression that Freerouting was essentially finished. >> >>> So this will require testing and working TOGETHER >> Please don't patronize; I'm not one of the people who is forking >> stuff >> left and right. >> >>> with another developer with java coding skills. >> I've done a lot of work in Java, but it has been about ten years >> since >> I've touched it. I can fix basic stuff if needed. >> >>> Are you up for the challenge ? >> Yes. >> >> -Dave >> > Hi Dave, > > I'm going to dig up that topic branch and brush off some dust. > > I didn't mean to patronize ... I just hope we both are reading on the > same page. > > Kind regards, > > Bert Timmerman. > Hi Dave, I renamed/rebased the topic branch and dusted off some of the bit-rot ;-) Three or so warnings left: hid/dsn/dsn.c:153: warning: ‘centroid.ID’ is used uninitialized in this function hid/dsn/dsn.c:153: warning: ‘centroid.Y2’ is used uninitialized in this function hid/dsn/dsn.c:153: warning: ‘centroid.X2’ is used uninitialized in this function I will look into that later. The branch is: "home/bert/LP699471-rev1" in the pcb git repository on geda-project.org "LP699471" refers to the Launchpad bug report. You can download a zipfile frome here: https://github.com/bert/pcb/archive/home/bert/LP699471-rev1.zip or if you prefer a tarball: https://github.com/bert/pcb/archive/home/bert/LP699471-rev1.tar.gz 23:21 over here, so I'm going to take a nap ;-) Kind regards, happy testing and hope to hear from you soon, Bert Timmerman.