Shaare your links...
2431 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 18 / 34
Newer►
680 results for tags software x
  • Analog-to-Digital Converter -Panoradio SDR
    SDR hardware for 0..900 MHz, 250 Ms/s with Zynx FPGA.
    Thu Sep 28 14:51:53 2017 - permalink -
    - http://www.panoradio-sdr.de/sdr-hardware/analog-digital-coverter/
    electronics hardware radio software
  • Building Stratum 1 clocks with NetBSD
    The entire desire to do this came about from reading about building a Stratum 1 clock using a Raspberry PI at http://www.satsignal.eu/ntp/Raspberry-Pi-NTP.html and from the use of a Sony radio clock to provide WWVB pulses from the WWVB receiver module that was used in the radio clock.

    However, all of the projects and examples I found used Linux which I did not really want to use. I much preferred to use NetBSD, but it lacked a number of critical features that would be required to make a properly working Stratum 1 clock. Interrupt support for the GPIO pins was needed and adding a PPSAPI driver that could be triggered by a GPIO interrupt would be necessary.
    Wed Sep 20 22:34:01 2017 - permalink -
    - http://anduin.eldar.org/stratum-1/
    GPS NetBSD pi raspberry software time π
  • Spectrum analyzer software for use with rtl-sdr.
    Biggest advantage is that it can do sweeps across large frequency span.

    User interface part is written in Processing. Binaries for Windows and Linux are available as well as the source.
    Tue Aug 29 08:31:23 2017 - permalink -
    - https://github.com/pavels/spektrum
    FOSS radio software
  • What is PlatformIO? — PlatformIO 3.4.1 documentation
    Different microcontrollers normally have different developing tools . For instance Arduino rely on Arduino IDE. Few more advanced users set up different graphical interfaces like Eclipse for better project management. Sometimes it may be hard to keep up with different microcontrollers and tools. You probably thought that single unified development tool could be great. Well this is what PlatformIO open source ecosystem is for.

    This is cross platform code builder and library manager with platforms like Arduino or MBED support. They took care of toolchains, debuggers, frameworks that work on most popular platforms like Windows, Mac and Linux. It supports more than 200 development boards along with more than 15 development platforms and 10 frameworks.
    Tue Aug 22 12:59:27 2017 - permalink -
    - http://docs.platformio.org/en/stable/what-is-platformio.html#problematic
    FOSS Python software tool
  • ADALM-PLUTO SDR: Unboxing and Initial Testing
    Interesting SDR hardware, Rx and Tx, covering 325 – 3800 MHz, has a 12-bit ADC with a 61.44 MSPS sampling rate and 20 MHz bandwidth.
    https://www.digikey.at/products/de?keywords=adalm-pluto
    https://wiki.analog.com/university/tools/pluto
    Sun Aug 20 13:39:46 2017 - permalink -
    - http://www.rtl-sdr.com/adalm-pluto-sdr-unboxing-and-initial-testing/
    electronics hardware radio software
  • How to install UBports on your device
    UBports is the successor of Ubuntu touch
    Sat Aug 19 13:30:08 2017 - permalink -
    - https://wiki.ubports.com/wiki/How-to-install-UBports-on-your-device
    FOSS operating-system software
  • Software Preservation Group — Software Preservation Group
    The Software Preservation Group (SPG) of the Computer History Museum is exploring how to collect software in support of the museum's overall mission.

    The work of the SPG includes:

       Preserving and collecting software
       Identifying and working with other people preserving and collecting software
       Sponsoring and assisting software preservation and collection activity

    This web site is used to:

       communicate and coordinate the activities of the SPG
       display the works-in-progress
       solicit assistance from potential volunteers and collaborators

    Use the tabs above to find information about the SPG, our current projects, SPG meetings, and how you can help.
    Fri Aug 18 16:56:02 2017 - permalink -
    - http://www.softwarepreservation.org/
    computer history software
  • The weak signals pages of Alberto, I2PHD
    Here you can find my software, developed for radio amateur's use, all freeware.
    Fri Aug 18 00:02:12 2017 - permalink -
    - http://www.weaksignals.com/
    FOSS radio software
  • Template for a portable MSYS2 install.
    Does not appear to be very active, but perhaps it is worth a try?
    Tue Jul 4 17:53:01 2017 - permalink -
    - https://github.com/carlosedp/msys2portable
    FOSS software Windows
  • Full Stack GPS Receiver • Hackaday.io
    From raw RF samples of the GPS L1 C/A signal to a position fix, in a completely open fashion.
    Wed Apr 26 14:56:58 2017 - permalink -
    - https://hackaday.io/project/20965-full-stack-gps-receiver
    GPS navigation radio satellite software
  • Universal Radio Hacker: investigate wireless protocols
    The Universal Radio Hacker is a software for investigating unknown wireless protocols. Features include
       hardware interfaces for common Software Defined Radios
       easy demodulation of signals
       assigning participants to keep overview of your data
       customizable decodings to crack even sophisticated encodings like CC1101 data whitening
       assign labels to reveal the logic of the protocol
       fuzzing component to find security leaks
       modulation support to inject the data back into the system
    Dependencies
    Required
       Python 3.4+
       numpy / psutil / zmq
       PyQt5
       C++ Compiler

    Optional
       librtlsdr (for native RTL-SDR device backend)
       libhackrf (for native HackRF device backend)
       gnuradio / gnuradio-osmosdr (for GNU Radio device backends)
    Fri Apr 21 13:00:49 2017 - permalink -
    - https://github.com/jopohl/urh
    GPL Python radio software
  • Monocypher
    Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl.
    Tue Mar 28 19:33:05 2017 - permalink -
    - http://loup-vaillant.fr/projects/monocypher/
    C cryptography software
  • Portable PDP-8 and DG Nova Cross-assembler
    Intended to be a basic example of an assembler for two simple architectures, written with the aid of lex and yacc (or GNU flex/bison). Being small, it should lend itself to learning, extension and modification. The source code is released under the GPL and has been built and tested on NetBSD, Linux and OS X.
    Mon Mar 13 16:48:49 2017 - permalink -
    - http://www.telegraphics.com.au/sw/info/dpa.html
    assembler computer FOSS history NetBSD pdp-8 software
  • Semantic Versioning 2.0.0 - Semantic Versioning
    Given a version number MAJOR.MINOR.PATCH, increment the:

       MAJOR version when you make incompatible API changes,
       MINOR version when you add functionality in a backwards-compatible manner, and
       PATCH version when you make backwards-compatible bug fixes.

    Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
    Thu Mar 2 18:09:52 2017 - permalink -
    - http://semver.org/
    software version-control
  • Version-Control Systems for Linux
    Long list of version control software available for Linux.
    Fri Feb 24 16:16:06 2017 - permalink -
    - http://linuxmafia.com/faq/Apps/vcs.html#fossil
    reading software version-control
  • Toves: A graphical circuit simulation tool
    Logic simulator with graphical entry, written in C# and released under the GPL.
    Work in progress, a followup of http://www.cburch.com/logisim/, which is written in Java.
    Sat Feb 11 02:07:24 2017 - permalink -
    - http://www.toves.org/
    electronics FOSS GPL software
  • Binwalk is a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images.
    Found on Filippo Valsorda's blog
    https://blog.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/
    Fri Feb 10 14:30:03 2017 - permalink -
    - https://github.com/devttys0/binwalk
    engineering Python reverse software
  • Cryptocat - encrypted chat program
    Cryptocat is free software with a simple mission: everyone should be able to chat with their friends in privacy.

       Open source. All Cryptocat software is published transparently.
       Encrypted by default. Every message is encrypted, always.
       Forward secure. Chats are safe even if your keys are stolen.
       Multiple devices. Devices receive messages even when offline.
       File sharing. Securely share files with friends.

    Available for Windows, Linux and Mac.
    Tue Jan 31 16:40:08 2017 - permalink -
    - https://crypto.cat/index.html
    cryptography FOSS security software
  • youtube-dl
    youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.2+), and it is not platform specific. We also provide a Windows executable that includes Python. youtube-dl should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.
    Thu Jan 26 18:18:25 2017 - permalink -
    - https://rg3.github.io/youtube-dl/
    FOSS software web
  • View PDF documents in an Emacs buffer with DocView-like bindings.
    PDF Tools is, among other things, a replacement of DocView for PDF files. The key difference is, that pages are not pre-rendered by e.g. ghostscript and stored in the file-system, but rather created on-demand and stored in memory.

    This rendering is performed by a special library named, for whatever reason, poppler, running inside a server program. This program is called epdfinfo and its job is it to successively read requests from Emacs and produce the proper results, i.e. the PNG image of a PDF page.

    Actually, displaying PDF files is just one part of PDF Tools. Since poppler can provide us with all kinds of information about a document and is also able to modify it, there is a lot more we can do with it.

    [shaarli save link does not work here under Firefox 45.5.1/Windows or Firefox 51.0.1 (64-bit) on xubuntu, because github does not allow "foreign" JavaScript]
    Mon Jan 23 13:09:04 2017 - permalink -
    - https://github.com/politza/pdf-tools
    emacs PDF software TODO
Links per page: 20 50 100
◄Older
page 18 / 34
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.