Showing 38 open source projects for "all-in-one"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 1

    QTester104

    IEC 60870-5-104 protocol tester.

    This software implements the IEC60870-5-104 protocol (client side) for substation data acquisition and control via tcp/ip network using the QT UI Framework. It can be compiled on Linux and Windows platforms. It's possible to poll and view data from the remote system (RTU) and also send commands. >>> Have a look also at my new SCADA project here: https://github.com/riclolsen/json-scada
    Leader badge
    Downloads: 115 This Week
    Last Update:
    See Project
  • 2
    itom

    itom

    itom - an Open Source Measurement, Automation and Evaluation Software

    itom is an open source software suite for operating measurement systems, laboratory automation and data evaluation. One main application of itom is the development and operation of sensor and measurement system for instance in a laboratory environment. Therefore, the software has to be able to communicate with a wide range of different hardware systems, such as cameras or actuators and should provide a diversified and as complete as possible set of evaluation and data processing methods...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 3

    CoolingPower

    Print Steam Tables; Plot diagrams and cycles from equations of state

    CoolingPower is NOT in a condition for use at this time. A couple of bugs have been discovered that severely affect the calculation accuracy. While I troubleshoot, use at your own risk. Once completed, CoolingPower will have the capability to plot diagrams of thermodynamic properties, construct Steam Tables, and plot thermodynamic cycles. Initial fluid will be water/steam, but functionality will extend to include a variety of working fluids. CoolingPower operates in GUI format and, for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    opticsbenchui

    Software for the automation of optics lab experiments

    ... be configured and operated individually. Strategy scans involving all instruments can be programmed in a simple acquisition panel. Data are saved in a hierachical way, adapted to scan profiles (HDF5 file format). The graphical user interface is based on open source Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 5

    L3-3 Test Card Generator

    Card generator for the russian L1-3/L3-3 tube tester.

    ..., no guarantees) be fixed by now and lots of functionality added. I created a good amount of cards for myself and they were all fine, so I deceided to make a public alpha release again. I also added a short manual (only German by now, translation soon follows) including a few examples. If anything gets wrong, please report to me. I need your reports to fix bugs. You can help move this to beta ;).
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6

    freesrs

    python library for shock response spectrum (SRS) analysis.

    The shock response spectrum (SRS) allows to estimate transient acceleration signals in terms of a maximum response of a dynamic vibration system. Its origin probably dates from civil engineering and the problem of seismic excitations, i.e. earthquake response of buildings, see Clough Penzien 1975. The SRS is a spectrum, i.e. a curve giving the maximum acceleration response depending on frequency. It is derived from a 1-mass-spring-damper vibration system being excited by a base excitation, i.e...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    QTc66

    Linux Qt application for reading the RD TC66

    Linux Qt application for reading the Rui Deng TC66/TC66C USB Power Meter data and export it in CSV format. As manufacturer doesn't develop a Linux application for reading the device through USB, I've develop a simple one. It's based on the following projects: - https://github.com/Ralim/TC66C - https://github.com/kolinger/rd-usb This application has been made with QtCreator and depends on QtCharts library, so you must install it for compiling. It also uses the a copy of Callout class from https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    YCTget

    YCTget

    Program to fetch datas from YC-7x7 dataloggers from YCT

    We needed a datalogger, we found one. But the supplied VB6 program was very crappy, _really_ unusable, even on old XP machines. So I did mine, able to run under windows and linux. All the fun was to reverse the (binary) RS232 protocol. Our is a YC-727D with 2 thermocouple inputs, but the protocol is the same for 1, 2, 3 or 4 inputs models (YC-717, YC-727, YC-737, YC-747). Bytes orders needs to be checked for 3th and 4nd channels tough.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Crevaya
    General purpose dataflow programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • 10

    Command line FFT

    A simple command line utility to produce an FFT/IFFT of ASCII data

    Ever had a bunch of ASCII data that you would like to have a quick look at in frequency domain, but don't want to fire up some bulky analysis software package just for that? Well, I have... So I wrote this tiny tool. It is based on fftw (www.fftw.org) and boost's program options (boost.org). cli-fft is really simple: All it does is to receive ASCII data from a file or standard in, FFT it and write out the result into a file or to standard out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    fast_count_multi

    Extremely fast NGS read counter

    Counts NGS read alignments against GTF annotations in a multithreaded and scalable fashion. Benchmark: 8 core 1M annotations for 2Gb sorted reads ~30 seconds compared to ~28 minutes for bedtools multicov. Files include: fast_count_multi - reports all counts and RPKM, multithreading support fast_count_deseq - reports gene counts in deseq compatible format, multithreading support fast_count - reports all counts with no multithreading support. usage ./fast_count_multi num_threads gtf_file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BabyVPG

    BabyVPG

    Heart rate measurements of newborn by means of video processing

    Application process video from web camera in a specific way that allows to measure heart rate. This version was tuned especially for newborn. It should properly work with Logitech C930 or B910 web cameras on PC with 2 cores 2.8 GHz CPU or higher. And, one last thing: use application at your own risk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Tireless Worker

    Experimet automation software system

    Tireless Worker will help automating experimental research. One can easily write a REXX script to automate data acquisition and equipment control. NI VISA binding is implemented, as well as RS-232 communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    adc2pc

    adc2pc

    Capture & visualize digital measurements on PC

    Application was designed to provide user a capability to visualize ADC measurements flow on PC monitor and to save data on a hard disk. At a present moment application uses serial port connection for data capturing. That is why at first you should provide all hardware drivers and other resources for ADC that allow to communicate with PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    piconf

    piconf

    Processing Instruction Configurator

    ... Foundation on 19 November 2007. The coding language is C++11 making use of object orientation and polymorphism. It is intended to work on all POSIX-compliant (Linux/BSD/UNIX-like) operating systems and on some embedded devices, e.g., Zynq based devices like the ZedBoard or the MicroZed supporting the AXI interface to communicate between the Processing System (PS) aka CPU and the Programmable Logic (PL) aka FPGA. It consists of two main binaries following a master/slave model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    WeatherMonitoringStation

    WeatherMonitoringStation

    WeatherMonitoringStation monitors environmental data

    WeatherMonitoringStation is BeagleBone/Embedded Linux based software written in C++ intended to read, monitor, share and display environmental data such as temperature, humidity, wind speed etc. At this stage of development, temperature is measured using a DS18B20 sensor and sent out via standard output and/or a TCP/IP connection. Additional features will be implemented in due time. Recommended setup: * Eclipse with CDT. * GNU toolschain for ARM. * Oscilloscope. * Open collector buffer as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SocExplorer

    SocExplorer

    SocExplorer, an open source System On Chip testing software/framework.

    SocExplorer is an open source generic System On Chip testing software/framework. We write this software for the development and the validation of our instrument, the Low Frequency Receiver(LFR) for the Solar Orbiter mission. This instrument is based on an actel FPGA hosting a LEON3FT processor and some peripherals. To make it more collaborative, we use a plugin based system, the main executable is SocExplorer then all the functionality are provided by plugins. Like this everybody can provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Factory Equipment Network Testing

    Measurement science-based performance & conformance testing framework

    Real-time production information is needed to optimize manufacturing activities in a factory, but acquiring this information from isolated proprietary equipment is a manual process that takes time and introduces errors. Connecting equipment to the factory network can make accurate production information immediately available, but widespread interconnection of equipment has been inhibited by the lack of common information models and methods to measure performance and conformance. This project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Atmel AVR 8bit Tools

    Atmel AVR 8bit Microcontroler Tests and Tools

    - A collection of tools for programming an Atmel AVR 8bit Microcontroler. - Circuit decriptions for Atmel AVR 8bit Microcontrolers used for testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    HonOBDapt

    Adapts your 92-95 Honda diagnostic port to OBD II.

    This software and hardware system adapts your 92-95 Honda diagnostic port to an OBD II standard port, readable by any generic scan tool. In 1996 the federal government along with the state of California mandated that all cars be equipped with comprehensive emissions reduction equipment and a standardized emissions diagnostic system. Before this year, each independent vehicle manufacturer had its own proprietary, undocumented diagnostic interface. These interfaces provide essential...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Tritone-Experiment

    Experiment about shepardtone based tritones and visual induced biases

    A small project, to measure the visual bias when judging tritones. The "tritone" consists of 2 distinct shepard tones with half an octave tone difference, played successively. Every human has it's own way of perception: One would say after hearing the C-F# tritone, that the F# is clearly higher-pitched than the C, but another person would judge the C as the higher tone. We tried to measure, if there is a possibility of manipulating the perception by adding a visual stimulus by using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    comStudio

    comStudio

    Serial communication utility

    ... you can feel FREE to use, copy, share, (but above all) to study, analyze and modify it as you like (within the terms of the license). If you like, hate or simply use this software, if you find any bug or have any request, please do not hesitate to let me know through the services offered by the site that hosts the project or through my Facebook page (http://facebook.com/koalakoker). And (if you think it's the case) do not hesitate to recommend the program to your friends.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    Calculator

    Command-Line UI Calculator

    Ever wanted to use a calculator by using the command line? Now you can! This is a command-line interface calculator. It had the basic ability to divide, multiply, add or subtract.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RHOcker
    RHOcker is a GTK graphic software tool for control and monitoring of electrical resistometry tests in GPIB devices. Allow to configure and manage resistometry test types and captures, stores and graph all data in tests execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next