• Stars
    star
    319
  • Rank 131,491 (Top 3 %)
  • Language
    Java
  • Created over 14 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OpenBench LogicSniffer repository

OpenBench LogicSniffer

OpenBench LogicSniffer

This is the public Git repository for the OpenBench LogicSniffer (ols for short) written by J.W. Janssen. It is an alternative client for an open source logic analyzer called the Open Bench Logic Sniffer. Refer to this page for more information about the project.

FEATURES

The alternative Java client provides the following features:

  • Cross platform: The client runs on Mac OS X (32/64-bit), Windows (32/64 bit), Linux (32/64 bit) and Solaris (32 bit)

  • Simple installation: No longer fiddling with the serial libraries (RXTX) in order to get the client up and running. The client embeds the suitable serial libraries for several operating systems

  • Pluggable: Adding new functionality on the fly is possible and as easy as copying files to a single directory

  • Looks and feels good: The client has a good look and feel, aiming at being as usable as possible and adhering to the human interface guidelines of the platform it is running on.

DOCUMENTATION

All documentation is maintained in the wiki.

COMPILING THE SOURCES

In case you are interested in cloning this repository and compile it for yourself, you should do the following:

$ git clone http://github.com/jawi/ols.git

For compiling the sources, you need to have at least a valid JDK (1.6+) and Maven installed. For developing, I recommend Eclipse as development environment.

$ cd ols/ $ mvn clean install

After this, you should find the latest binary ZIP or tarball in ols.distribution/target.

DEVELOPING FOR OLS

Developing for ols can be done with any modern IDE, like Eclipse, Netbeans, or even Emacs. Keep in mind that IDE-specific stuff is not committed to the repository as this would clutter it unnecessarily.

Keep in mind that your IDE should provide support for Maven, otherwise it most probably will not compile out of the box. In addition, you probably want support for Git in your IDE as well. To create the needed project files for Eclipse, for example, you can use the following Maven command:

$ mvn eclipse:eclipse

There are similar commands for other IDEs. See the Maven site for more details on this.

Some notes for Eclipe: After having imported the projects into your workspace, you might need to enable Maven support by hand. Simply select all projects, right click on them and choose Enable Dependency Management from the Maven menu should be sufficient. For running the OLS client in Eclipse, you can make use of the launch configurations found in the eclipse/ subdirectory of the OLS repository. The code formatting rules and cleanup rules can be found there, too.

CONTRIBUTIONS

Drop me a line if you want to contribute code to the OLS repository. If needed I can give you write-access to the GitHub or apply your patch directly.

CONTACT

You can reach me at: j dot w dot janssen at lxtreme.nl

DONATIONS

You can support and encourage further development of this project through the following means:

Flattr This!

Bountysource

LICENSE

GNU GPLv2

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

More Repositories

1

java-binutils

Provides a java library to read AR, ELF, COFF and other kind of binary files
Java
56
star
2

ssl-socket-demo

A small demo project showing how to set up 2-way SSL communication using raw sockets, Java and OpenSSL.
Java
34
star
3

JPty

A small PTY interface for Java.
Java
25
star
4

jVT220

Java VT220 terminal emulator.
Java
21
star
5

java-ARM-core

A very small ARM9 simulator written in Java.
Java
13
star
6

jacob

Simple Java CBOR implementation
Java
11
star
7

jaxb-inherit

JAXB plugin to allow generated JAXB classes to extend from a class or implement one or more interfaces.
Java
5
star
8

libldap

Small and simple LDAP library written in plain Java.
Java
4
star
9

mad

HTTP no content server
Go
3
star
10

fpgaprog

Utility for programming the Pipistrello board from Saanlima
C++
3
star
11

nrf24l01

Export of code.google.com/p/nrf24l01, see http://nrqm.ca/nRF24L01.
C++
3
star
12

ApacheAnt.docset

Apache Ant docset for Dash
CSS
2
star
13

https-client-certs

Small PoC showing how to enforce client certificates on a separate HTTPS port.
Java
2
star
14

http-multiple-services

Example project showing how to register JAXRS services to different HTTP services
Java
2
star
15

angular-mapster

AngularJS friendly alternative for ImageMapster
JavaScript
1
star
16

libxmltokenizer

Small and simple XML tokenizer library written in pure Java.
Java
1
star
17

usd

Micro Service Discovery implementation in Java
Java
1
star
18

libber

Small ASN.1 BER library for Java.
Java
1
star
19

netmon

netmon is a small utility that listens for changes in network addresses, links and neighbours using Netlink and dispatches events on MQTT for each of these changes.
C
1
star