Open Source Java Test and Measurement Software

Java Test and Measurement Software

View 124 business solutions

Browse free open source Java Test and Measurement Software and projects below. Use the toggles on the left to filter open source Java Test and Measurement Software by OS, license, language, programming language, and project status.

  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    FastQC

    FastQC

    A quality control analysis tool for high throughput sequencing data

    FastQC is a quality control analysis tool designed to spot potential problems in high throughput sequencing datasets. Its goal is to provide a simple way by which to check the quality of raw sequence data coming from high throughput sequencing pipelines. It does this by running a modular set of analyses on one or more raw sequence files in fastq or bam format. It then produces a report summarizing the results, and highlighting any areas where the library may appear unusual. This should then direct you to where your data may have problems and allow you to take necessary steps to correct it before doing any further analysis. FastQC is not tied to any specific type of sequencing technique, so it can be used to look at libraries of various experiment types (Genomic Sequencing, ChIP-Seq, RNA-Seq, BS-Seq etc etc).
    Downloads: 41 This Week
    Last Update:
    See Project
  • 2
    OnScreenProtractor

    OnScreenProtractor

    Simple on-screen protractror.

    On-Screen Protractor is a simple java application that allows to measure an angle on the screen. Originally the program was conceived to assess the angle between north and a given point on any map open on the screen, therefore the background of the application window is transparent and the angle is measured from the positive y-axis and clockwise. The application allows to move the origin of reference axes and to rotate the axes as needed. OnScreenProtractor works correctly only in Windows context. In linux 'OnScreenProtractor_v0.7.exe' can be started with 'Wine'
    Leader badge
    Downloads: 105 This Week
    Last Update:
    See Project
  • 3
    JDiskMark

    JDiskMark

    Java Disk Benchmark Utility

    JDiskMark is a powerful and versatile disk benchmarking tool written in Java, designed to help you accurately measure the performance of your storage devices across different operating systems. Whether you're testing HDDs, SSDs, or network drives, JDiskMark provides reliable insights into your disk's read and write speeds. ubuntu/debian installer: https://sourceforge.net/projects/jdiskmark/files/jdiskmark_0.7.0_amd64.deb/download rhel / fedora installer: https://sourceforge.net/projects/jdiskmark/files/jdiskmark-0.7.0-1.x86_64.rpm/download windows installer: https://sourceforge.net/projects/jdiskmark/files/jdiskmark-0.7.0.msi/download note: running with elevated privileges allow jdiskmark to automate clearing of the disk cache. ZIP releases require java to be installed separately: * 0.6.3-current > jdk25 * 0.5.0-0.6.2 >jdk21 * 0.1-0.4 > Java 8 user manual: https://github.com/JDiskMark/jdm-java/wiki/0.6.0-User-Manual feedback welcome: support@jdiskmark.net
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    Open Beam Profiler

    Open Beam Profiler

    Profiling and analysis of laser beams with ImageJ

    This open-source software enables profiling and analysis of laser beams. It can be used with a variety of cameras supported by ImageJ and Micro-Manager, or images from any other source. It provides all common analysis methods like D4Sigma, knife-edge, as well as fitting of Hermite-Gauss, Laguerre-Gauss and super-Gauss functions.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    TANGO Control System
    TANGO is a device oriented control system for Linux and Windows. It provides a framework in C++, Java and Python for implementing distributed control objects. TANGO has a full set of tools and hundreds of device servers.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    wsnware
    WSNWARE is an open source Java/OSGi middleware, designed for monitoring, controlling and standardizing Wireless Sensor Network. WSNWARE is a normalized message oriented middleware running on (and developed for) any OSGi containers.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Used to record and analyze some behavioural experiments in neuroscience (using usb webcam). it was developed in collaboration with neuropharmacology lab at Faculty of Medicine, Ain Shams University. it can use(JMF,OpenCV,JMyron & AGCamLib) for webcam
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    xSMBus - Java I2C/SMBus API

    xSMBus - Java I2C/SMBus API

    USB Bridge for SMBus(I2C), GPIO, and Clock, Java API

    [Introduction] xSmbus-m01 is not only a Java API, but also a program that can be executed separately. The following are its function options: Need to be executed at the command prompt, java -jar /YourPath/xSmbus-m01-1.0p.jar Help - list the parameter table Verification - verify that the product is working properly Test - used for system maintenance, in advance Check - determine if there is a device on the I2C location Scan - search in the range of 00-FF, search out on the I2C bus all devices Interactive - enter interactive mode File - You can use the executable script to attach files Reset - restart xBridge-M01 You may refer to xBridge that is based on this API https://xbridge-m01.doidx.com You can buy the product from: - China, https://shop255163877.taobao.com - Taiwan, you can buy on https://www.ruten.com.tw/user/index00.php?s=doidx - World-wide, eBay, https://www.ebay.com/str/doidx
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    CSV Comparator

    CSV Comparator

    CSV Comparator is a tool for comparing files which contain CSV-Data.

    CSV Comparator is a tool for comparing files which contain CSV-Data. It was created for performance engineers to be able to have a easy way to compare data from two testruns and be able to automate the comparing process of various files with scripts. There is a command line tool as well as a user interface. In case you need to compare .xml-Files you can convert them to .csv-Files with my other project CSV Transformer. The advantages by using CSV as input and output are the following: - Many applications allow an export of its data to CSV or Excel(were it could be saved to CSV) - It is possible to pre- and postprocess the data, e.g removing version numbers before comparing - It is easy to create CSV data from logfiles and other resources by using unix tools like sed or awk - CSV can be loaded into other applications, especially Excel, were it can be formatted by macros for analyzing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10
    Open Factory 3D is a free factory design application that helps you to place your machines and factory equipment on a factory 2D plan, with a 3D preview.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Smartphone IMU GPS

    Smartphone IMU GPS

    An Android App Dealing with Smartphone Sensors

    This is an Android App for 2.3.3 Android OS and above. It deals with Hard- and Software Sensors which are integrated in Nowadays Smartphones. The User can select the Sensors and observe the current values of - Accelerometer - Gyroscope - Magnetometer - GPS Position - .... and other Sensors A Stream containing the Sensor-Values in CSV- Format by WLAN To a Client and/or a Stream To a SD-Card can be started and stopped. The Sensor-Update frequency can be adjusted. There are some GPS-Algorithms running in the Background which transform the GPS data in different coordinate frames. The Stream via WLAN uses the User Datagram Protocol (UDP) Interface. In order to receive the data you can use something like the Java File "QuoteClient"in the Files-Section.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    LogicAnalyzer is a framework as well as an application to operate a PC based logic analyzer. It's built using the Eclipse RCP and designed with extensibiliy in mind. Integrating new devices or creating completely new functionality is easy.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Recon allows monitoring and recording of data stream trough serial port.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Tux Resistor

    Tux Resistor

    Electronics Tool to interpret Resistor Color Codes and viceversa.

    Tux Resistor is an Interactive Electronics Tool which can be used to convert Resistor color bands to Resistor values and vice versa.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    Network Analyzer

    Analyze the network carateristics like Delay, Jitter, Packet loss etc.

    This software is a very simple network analyzer. When you click the start button, it will send a configurable stream of UDP packets to a host. (The receiving host is then required to echo all the packets back to the sender, which can be easily done via iptables rule under linux). Once the eched packets arrives back to the sender, the analyzer will calculate all the related statistics like, packet loss, jitter throughput etc... NOTE: in order to receive the echo packets you must configure the receiving host to echo the incoming packets. In the next release i will provide another java application that just echo on an UDP port.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Angulo

    Angulo

    Measure angles and distances with device sensors

    Angulo is a small app for Android which allows measuring angles based on the built-in magnetic and gravity sensors. It also includes an activity to measure distances to points focused by the camera, which can be handy for determining sizes of a room or other quick measurements. They are also done using the built-in angle sensors.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    jMDFLib

    This is a small Java library which reads MDF Files up to Version 3.00

    This Library for Java shall enable developers to use (at first read, maybe later writer) MDF Files, as described by the Format Specification MDF Format by Vector Informatics. The MDF file format is widely used in automotive engineering and other fields for the recording of measurement data. This Java library parses MDF files and enables different kind of read access. If this library is not helpful for a particular purpose it can at least be used to see how the parsing (and therefore how the file format itself) works.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    NTC thermistor library
    The project offers support for NTC thermistor calculations. The Steinhart-Hart equation is a mathematical model for these thermistors. Software to calculate the coefficients based on temp-resistance tables and functions allowing conversion are provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Ontology Testing

    Part of the XD Tools plugin for ontology testing.

    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    OsciViewer
    This program aquires data from the oscilloscope LeCroy9400A, Advantest TR4131 and from the PM3311 (own propriatary bus). Dieses Programm liest Daten der Oszilloskope LeCroy9400A, Advantest TR4131 und PM3311 (eigene proprietäre Schnittstelle) aus.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Agua Y Fuego is a graphic application written in Java Swing / JavaFX that captures and displays temperature readings from Sentilla Perk sensors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Android Auto Tester utilizes Android's monkey runner and hierarchy viewer to automatically traverses the hierarchy of an Android application's GUI and simulates user inputs from the host side, without accessing the application's source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Autodrive

    Drives your automation lifecircle gathering information, test & deploy

    Autodrive is written to automate tasks within a large soa installation, ranging from gathering information to a metadata repository, over testing software solutions, and deploying prebuild software artifacts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tool for retrieve, via Web, statistics from bug trackers in free/open source software projects. The aim of this software is to provide researchers with statistics about bug-fixing process in a project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ConcernMeBS Detector

    ConcernMeBS automatically detects code smells.

    ConcernMeBS helps developers detect code smells. Based on concern to code mapping, ConcernMeBS automatically finds and reports classes and methods that are prone to surfer from code smells in OO source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB