So I've managed to compile the latest dl-fldigi on Mac OS X - it was
more a matter of working out the build environment rather than changes
to the code. A quick test showed that the binary works on other
computers with its included libraries (but will need more testing).
I've also updated my github so that its got all the latest merges etc.
So i was wondering - is it about time we did a release? We'll need a
new how to guide as quite a bit has changed. Finally shall we update
the revision number so that we can track uptake.
James
Cheers,
Anthony
Anthony Stirk
Technical Director
Nevis Computers Ltd
Tel: 01274 550911
Fax: 01274 519935
EMail: Anthon...@nevis.co.uk
Web: <http://www.nevis.co.uk/>
Nevis Computers is a limited company registered in England and Wales. Registered number: 3356647. Registered office: York House, 16 Wool Gate, Cottingley Business Park, Bingley, West Yorkshire BD16 1PE
Nevis Computers may monitor email traffic data and also the content of email for the purposes of security and staff training.
Confidentiality notice: this communication, and the information that it contains (a) is intended for the person(s) or organisation(s) named above and for no other person or organisation and (b) may be confidential, legally privileged and protected by law. Unauthorised use, copying or disclosure of any of it may be unlawful. If you have received this communication in error, please contact me immediately by telephone. Please note that neither Nevis Computers Ltd nor the sender accepts any responsibility for viruses and it is your responsibility to scan this email and attachments (if any). -----Original Message-----
From: ukhas...@googlegroups.com [mailto:ukhas...@googlegroups.com] On Behalf Of James Coxon
Sent: 05 March 2012 07:45
To: ukhas...@googlegroups.com
Subject: [UKHAS Tools] dl-fldigi
Hey guys,
James
_____________________________________________________________________
This email has been scanned by N-Defender, Nevis Computers' Email Security Solution _____________________________________________________________________
_____________________________________________________________________ This email has been scanned by N-Defender, Nevis Computers' Email Security Solution _____________________________________________________________________.
otool -L Example.app/Contents/MacOS/Example
Then if you want to include any of the libraries, just copy them to Example.app/Contents/Resources and make the app look there by running:
# copy dylib into the app package
cp /usr/local/lib/example-1.0.0.dylib Example.app/Contents/Resources
# change dylib's reference to itself to the package resource
install_name_tool -id @executable_path/../Resources/example-1.0.0.dylib Example.app/Contents/Resources/example-1.0.0.dylib
# change app to reference dylib in the resource
install_name_tool -change /usr/local/lib/example-1.0.0.dylib @executable_path/../Resources/example-1.0.0.dylib Example.app/Contents/Resources/example-1.0.0.dylib
Similarly you should check whether example-1.0.0.dylib in turn links to any external libraries by using otool.
Alexei
Ed
On 5 Mar 2012, at 07:45, James Coxon wrote:
Alexei
James
I modified the build to include and post the short git commit id in
all uploads automatically (along with user supplied radio and antenna
info, etc.). If you run it with verbose logging, you should be able to
see if that's working correctly.
Ed:
http://github.com/ukhas/habitat_extensions /cpp_connector is meant to
have roughly the same interface as http://github.com/ukhas/habitat
import habitat.uploader , the former being what dl-fldigi uses and the
latter being the reference. There are, however, a couple of caveats:
- the python reference is missing a few features that I need to
backport from the c++. If you intend to use it I'll do this ASAP
(like, today).
- the date format is going to be changed soon and the code will
therefore change.
- the default couch_uri is habhub.org (not habitat.habhub.org) which
I'll fix soon.
Daniel
-----Original Message-----
From: ukhas...@googlegroups.com [mailto:ukhas...@googlegroups.com] On Behalf Of James Coxon
James
-
MessageLabs
James
Normally rotators are controlled via serial, you basically issue a command to the rotator like go to azimuth 90' and the control unit deals with the nitty gritty. As Yaesu want £550 for their PC to Rotator controller I've not bothered and made my own with an Arduino and 4 transistors.
Details are here : http://www.uk.amsat.org/info/simplesat-rotor-controller
The code for the Arduino is here : http://www.tomdoyle.org/SimpleSatRotorController/SourceCode/W9KE-SimpleSatRotorController-v1_7.zip
The manual for the GS232 Computer interface this is emulating is here:
The only command emulated is the W one.
Let me know if you need more information.
Cheers,
Anthony
Anthony Stirk
Technical Director
Nevis Computers Ltd
Tel: 01274 550911
Fax: 01274 519935
EMail: Anthon...@nevis.co.uk
Web: <http://www.nevis.co.uk/>
Nevis Computers is a limited company registered in England and Wales. Registered number: 3356647. Registered office: York House, 16 Wool Gate, Cottingley Business Park, Bingley, West Yorkshire BD16 1PE
Nevis Computers may monitor email traffic data and also the content of email for the purposes of security and staff training.
Confidentiality notice: this communication, and the information that it contains (a) is intended for the person(s) or organisation(s) named above and for no other person or organisation and (b) may be confidential, legally privileged and protected by law. Unauthorised use, copying or disclosure of any of it may be unlawful. If you have received this communication in error, please contact me immediately by telephone. Please note that neither Nevis Computers Ltd nor the sender accepts any responsibility for viruses and it is your responsibility to scan this email and attachments (if any). -----Original Message-----
From: ukhas...@googlegroups.com [mailto:ukhas...@googlegroups.com] On Behalf Of James Coxon
Sent: 07 March 2012 07:52
James
_____________________________________________________________________
With some home automation plug sockets, and polling the server for
active payloads within line of sight given their current altitude, you
could have a totally unattended tracker and dominate the
leader-boards...
Daniel