Showing 169 open source projects for "java project"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    Spring Cloud Netflix

    Spring Cloud Netflix

    Integration with Netflix OSS components

    This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with battle-tested Netflix components. The patterns provided include Service Discovery (Eureka), Circuit Breaker (Hystrix), Intelligent Routing (Zuul) and Client Side Load...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    I2P

    I2P

    I2P is an anonymizing network to securely communicate

    The Invisible Internet is a privacy-by-design, people-powered network. It is a truly free and anonymizing Internet alternative. Get I2P. The Invisible Internet Project (I2P) is a fully encrypted private network layer. It protects your activity and location. Every day people use the network to connect with people without worry of being tracked or their data being collected. In some cases people rely on the network when they need to be discrete or are doing sensitive work. I2P hides the server...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Bisq

    Bisq

    A decentralized bitcoin exchange network

    ..., and is never sent to a central server. Every Bisq node is a Tor hidden service by default. Code is open-source, and project strategy is discussed openly on Keybase and GitHub. We've made all this sophistication simple, make your first trade in under 10 minutes! Decentralized governance for a decentralized exchange, built on top of Bitcoin.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Java Multiprocessing

    Java Multiprocessing

    Java explicit multiprocessing and cluster management tool

    ▪ JMP library allows explicit multiprocessing in Java with API that resembles Java Multithreading which is an essential built-in Java feature. JMP allows running a piece of Java code on a separate process either locally or on remote machine. ▪ If the code in question is not present on the target machine, it will be dynamically uploaded. ▪ JMP allows setting affinity for a new process explicitly instead of relying on the OS. ▪ JMP also contains a simple cluster management / load balancing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    Open Visual Traceroute

    Open Visual Traceroute

    Open source cross-platform Java Visual Traceroute

    Open source cross-platform (Windows/Linux/Mac) Java Visual Traceroute. Data is displayed in a 3D or a 2D map component. What is a traceroute? http://en.wikipedia.org/wiki/Traceroute If you need some help, please first check http://visualtraceroute.net/ Feel free to drop by and leave a comment on the Facebook page https://www.facebook.com/openvisualtraceroute Enjoy and share! If you want to support the development of this project, you can make a Paypal contribution...
    Leader badge
    Downloads: 658 This Week
    Last Update:
    See Project
  • 6
    pj-ftp-server

    pj-ftp-server

    Pure Java FTP server. Free portable cross-platform multi-threaded.

    ... support 12) Support limit max concurrent logins 13) Support limit max concurrent logins per IP 14) Need JRE-1.8: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html Source = https://github.com/harp077/pj-ftp-server If you like this - put a star on https://github.com/harp077/pj-ftp-server/ for support project please.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    JENNOM

    JENNOM

    JENNOM - Java Enterprise Network Nodes Monitor

    Please wait ! It will be soon. I'm not finished yet. I'm sorry. JENNOM - Java Enterprise Network Nodes Monitor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Privacy and Anonymity in the Internet

    Privacy and Anonymity in the Internet

    System for anonymous Web browsing

    Our goal is to develop, implement, evaluate and provide a secure and scaleable technical infrastructure for anonymous communication. This project is supported by Deutsche Forschungsgemeinschaft (DFG).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Apache Dubbo Spring Boot Project

    Apache Dubbo Spring Boot Project

    Spring Boot project for Apache Dubbo

    Apache Dubbo is a high-performance, java based open source RPC framework. It offers six key functionalities, which include transparent interface based RPC, intelligent load balancing, automatic service registration and discovery, high extensibility, runtime traffic routing, and visualized service governance. Dubbo provides high performance interface based RPC, which is transparent to users. Dubbo supports multiple load balancing strategies out of the box, which perceives downstream service...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10
    Netman 2

    Netman 2

    Planning, monitoring, passporting of computer networks

    Netman is a system designed for network passporting, inventorying, planning and monitoring. The system is operated via web browser, which makes it possible to co-work on the same project by many people. Disclaimer: In order to use 6-month trial, you need to obtain Testing License Key. Please visit our website (https://wisoft.pl/eng) and apply for testing license. Only company name and e-mail address is required !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pj-ntp-server

    pj-ntp-server

    Pure Java NTP server.

    Pure Java NTP server. Run as root/admin in cmd-mode without cmd argument, for example: java -jar pj-ntp-server.jar (server start on standart UDP/123-port) or run as root/admin in cmd-mode with UDP-port cmd argument, for example: java -jar pj-ntp-server.jar 1111 where 1111=udp-port of server listen. Need JRE-1.8. Source = https://github.com/harp077/pj-ntp-server If you like this - put a star on https://github.com/harp077/pj-ntp-server/ for support project please.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    pj-tftp-server

    pj-tftp-server

    Pure Java TFTP server.

    Pure Java TFTP server. Free, portable, cross-platform. Fully multi-threaded. Implements RFC 1350. Run as root/admin in cmd-mode with cmd argument = path to folder, for example: java -jar pj-tftp-server.jar /tmp .Need JRE-1.8. Source - https://github.com/harp077/pj-tftp-server If you like this - put a star on https://github.com/harp077/pj-tftp-server/ for support project please.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    respite vpn - ssh & openvpn injector

    respite vpn - ssh & openvpn injector

    Bypass your ISP's firewalls and connect to the internet!

    Source: https://github.com/AlizerUncaged/HTTP-Injector respite is a SSH/openVPN client that allows you to connect to the internet with custom injected HTTP Proxy headers. This application requires Java (https://www.java.com/en/download/) and .Net 4.5 (https://www.microsoft.com/en-ph/download/details.aspx?id=42642 .Net 4.5 is already preinstalled in Windows 10). There are many SSH and OpenVPN Server providers in the internet, one is https://www.tcpvpn.com HTTP Proxy responses...
    Leader badge
    Downloads: 140 This Week
    Last Update:
    See Project
  • 14
    IPCalc v1.2

    IPCalc v1.2

    This project is an IP calculator to educational usage

    A desktop application which is written in Java programming language. You can use it to educational purposes. This application by knowing the host IP address and the subnet mask can count network IP address, broadcast address and how many hosts can be at the network, Also shows binary operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Fiery

    Fiery

    trace for PHP

    Fiery is an APM-Application Performance Management for the PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SSHTOOLS

    SSHTOOLS

    Java SSH API

    This project now hosts the third-generation of Java SSH API, Maverick Synergy. This API builds on the Maverick Legacy commercial APIs and delivers a new API in a unified client/server framework. This API is available to the community under the LGPL open source license. This update includes ed25519 support, support for the new OpenSSH private key file format and stronger key exchange algorithms. The project continues to host both the original API and legacy applications created around...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    MOTION (MOdeling and simulaTIng mObile ad-hoc Networks): a Java application for both formally modeling and simulating Mobile Ad-hoc NETworks (MANETs).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    JPPF

    JPPF

    The open source grid computing solution

    JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    (Media Tester) Is a Multicast Monitoring Tool This project used to Monitor Multicast Streams, Bit rate, Alarms, Reports, Video Recording, http://media-tester.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PVF Server

    Multi-protocol server written in Java

    This is a multi-protocol server written in Java that can be extended to support any protocol. Configuration is done through the application interface or through a web based interface. An HTTP web server is built-in. The project is NOT intended for production runs. It was not updated since 2004. The current version was ressurected only as a teaching aid.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    Madara

    Middleware for distributed applications

    The purpose of the project is to develop a portable programming framework that facilitates distributed and multi-threaded programming for C++, Java, and Python. MADARA was originally developed as an agent-based middleware specifically for real-time, distributed artificial intelligence, but is now more general purpose for distributed timing, control, knowledge and reasoning, and quality-of-service. MADARA is composed of several tools and middleware, and the main entry point into the system...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 22
    openCONFIGURATOR Eclipse Plugin

    openCONFIGURATOR Eclipse Plugin

    An eclipse plugin for the openCONFIGURATOR configuration tool

    Eclipse update site: http://sourceforge.net/projects/eclipse-plugin.openconf.p/files/update-site/ KNOWN ISSUE WITH THE UPDATE SITE DUE TO SOURCEFORGE ENCRYPTION POLICIES: If you experience problems with the SSL handshake during update please refer to http://gnuarmeclipse.github.io/blog/2017/01/29/plugins-install-issue/ Install via Eclipse marketplace: https://marketplace.eclipse.org/content/ethernet-powerlink-openconfigurator The project provides a plugin for the openCONFIGURATOR...
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 23
    Ethernet POWERLINK XDD Tool Suite

    Ethernet POWERLINK XDD Tool Suite

    Provides eclipse plugins for XDD edit, validation and OD generation.

    ...: http://sourceforge.net/projects/xddpluginsuite.openconf.p/files/update_site/ User Manual: https://goo.gl/hvtLAq XDD editor plugin user manual: https://goo.gl/Fo5pUQ Install via Eclipse marketplace: https://goo.gl/eAZAn9 Link to the openCONFIGURATOR parent project: https://sourceforge.net/projects/openconf/
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 24
    endpoint-health

    endpoint-health

    Standalone web application allowing to monitor end points availability

    End Point Health is a standalone web application allowing to monitor end points availability on various protocols (ftp, http, https, icmp, tcp...) This project is licensed under the WTFPL (Do What The Fuck You Want To Public License, Version 2) Copyright © 2017 spypunk spypunk@gmail.com This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Desktop Java Pinger

    Desktop Java Pinger

    Free portable cross-platform graphical multi pinger, 100%-pure java

    ... support. Also support backup/restore DB+CFG files to/from zip-archive. Simple and intuitive GUI - Graphical User Interface. Successfully tested in Windows and Linux for more than 100 hosts. Example of using CDI (Weld) and JPA (EclipseLink / OpenJPA) in Java SE application. Support both IPv4 and IPv6. Need only JRE 1.8 - https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html . See also Jennom project - http://jennom.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.