68 projects for "using class net.sourceforge.jtds.jdbc.driver" with 3 filters applied:

  • 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
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 1

    SnapModbus

    32/64 bit multi-platform Modbus communication library

    SnapModbus is an Open-Source multi-platform suite (library and tools) to manage Modbus communication in strict adherence to the modbus.org specifications, both master and slave side. It supports all the functions described in the documents: * MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3 * MODBUS MESSAGING ON TCP/IP IMPLEMENTATION GUIDE V1.0b * MODBUS over Serial Line - Specification and Implementation Guide V1.02 through the standard transport protocols and the most widespread...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    NOTE: The repository for this project has moved to https://core.tcl-lang.org/tcltls/home. TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism. Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    vmm - a virtual mail manager

    vmm - a virtual mail manager

    command line tool to manage email (alias-)domains/accounts/aliases …

    vmm is the easy to use and configurable command line tool for administrators and postmasters, to manage domains, alias-domains, accounts and relocated mail users. It allows the fast and easy management of mail servers. vmm is written in Python. It's designed for installations using Dovecot and Postfix with a PostgreSQL backend.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    libwlocate is a shared library that can be used for location-based services. It checks for WLAN-networks that are available near to a user and retrieves the current geographic position out of them. Thus no GPS is needed for positioning. This WLAN-based geolocation happens without using any of the commercial services that do the same but track the users position and data. libwlocate instead bases on the free OpenWLANMap project.
    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
    libircclient is a small but powerful library, which implements client-server IRC protocol. It has all features needed to create your own IRC client or bot, including multi-threading support, sync and async interfaces, CTCP/DCC support, colors, SSL connections and so on.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    Ali is a simple to use C API to parse XML data. It's scanf like approach is much easier than using SAX or DOM. A tutorial, complete reference documentation, and code examples are all available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Cress Tool Suite

    Cress Tool Suite

    Cress is a comprehensive toolset for graphical service/workflow design

    ... and validation. Cress aims to make service design as easy as possible without requiring specialist development knowledge. It simplifies service creation to drawing diagrams, clicking buttons and defining a few tool parameters. All key functions of Cress can be controlled from the Chive diagram editor. Cress is written using portable and widely used languages (Perl and Java). It can be extended by a developer for other kinds of services that can be characterised by activity flows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Simple Server Objects "ssobjects" is a set of objects built for the purpose of server and client application development using TCP/IP sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    libpop3

    libpop3

    a lightweight ANSI C library for handling POP3 mailboxes

    libpop3 is a very light POP3 library for C. It allows to list, fetch and remove messages from a POP3 mailbox. This library is using the RFC1939 as reference, and uses most basic POP3 commands to provide maximum compatibility across different servers. libpop3 is written in pure ANSI C89 without any external dependencies, thus it can be compiled and used on anything, anywhere. Since it is very light, it is designed to be used as a static library (but you could just as well incorporate its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Patchamama
    Patchamama is a binary patch maker/applier that works on directory tree. It can be used in application deployment, large scale project patching (including source and binary data). It use bsdiff for the binary diff job and 7zip for compression.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    TcpChannel

    A simple, non-blocking, NIO-based, TCP socket API for Java

    TcpChannel is a simple, small API to allow processes to communicate using TCP sockets based on NIO implementations. The API presents the communication between processes using an observer pattern for handling received messages and an asynchronous send method for sending. Generally, writing NIO socket handling is non-trivial. TcpChannel exists to let Java developers write processes that communicate with each other using a simple send and receive pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    QuickSock

    QuickSock

    A simple C++ socket library used to make socket programming tolerable.

    ... in the future" section for details. Any criticism, feature requests, and/or bug reports are appreciated. Things to add in the future: * Proper support for IPV6 networking. * Optional reliable messaging. * TCP support. * C++ native stream support. / Better error checking. * An asynchronous socket class. The source code for the project is provided 'as-is' to anyone who wants it, edit it as you like. I'd prefer it if you'd credit me for the official version, but that's completely optional
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PHP CRUD

    PHP CRUD

    Create, Read, Update & Delete Indexed Flat-File Records via PHP

    PHP CRUD allows us to quickly add an indexed, record-centric, flat-file, database to our projects. Optional Base64 encoding ensures that newlines & other special characters can be used without penalty. (Today many say that "CRUD" stands for "Create Retrieve Update and Delete." While fine for an SQL mindset, many old-timers got used to the acronym standing for "Create READ Update Delete" way back in the 1970's. Indeed, the term dates back even farther than ISAM. ... See the project web...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 14
    trl is a library that adds functions to C++ to serialize and deserialize an object hierarchy, analog to the serialize method of java. This is done using the standard C++ preprocessor and template meta-programming techniques. It has moved to https://github.com/gerritdaniels/ctrl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Turn.Message is .NET parser / generator of the TURN (Traversal Using Relay NAT) messages written in C#. Compatible with [MS-TURN] extension and clients based on Microsoft UCCAPI SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CafeSip - Look what Java and SIP can do

    CafeSip - Look what Java and SIP can do

    A suite of open-source tools and frameworks for creating SIP apps

    Session Initialtion Protocol (SIP) is widely used for telephone services over the Internet. CafeSip provides a suite of open-source tools and applications for creating customized SIP services and applications using the Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    RSS Event Manager

    Allows you to submit events to an RSS feed via rest api (http post)

    This tool was originally written to replace the massive amounts of email sent out by automated build scripts. Once this tool is deployed to a server, your scripts can simply use a HTTP Post to submit events, and users can subscribe to the RSS feed to receive updates, instead of receiving an email for each event. It is trivial to add a new feed, and using http to submit events means that firewalls are (usually) not a concern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    STDNOJ - Faster tool creation in C++

    STDNOJ - Faster tool creation in C++

    Over 600 classes for Web, RFC & File Management

    Develop cross-platform tools faster using a C++ Framework proven in commercial software. Classes support logging, sockets, RFC servers (NNTP, SMTP, POP, HTTP), object indexing, ini, tagged databases, file systems, and more. The STDNOJ Namespace, by R.A. Nagy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    usb-robot is a set of software tools for communicating with generic USB devices from userspace using libusb. It can be used to send commands to the device directly from the console (usb-robot-slave), or as a backend to some rapidly prototyped driver in
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Nexus simplifys the creation of an IRC client using PHP5 by providing developers with easy to use functions to handle IRC events without having to parse raw data. Phobos is included as an example of an IRC bot created with Nexus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Java API to send SMS and WAP Push messages using Kannel SMS/WAP Gateway
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Please use https://code.google.com/p/ganymed-ssh-2/ , as this current project is not getting the attention it should and therefore should be considered as 'parked'. Orion SSH for Java is a library which implements the SSH-2 protocol in pure Java. This is the new name, and home, for Trilead SSH (formerly Ganymed SSH2).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    sxEdit is a KompoZer extension which enables Real Time Collaborative Edition, using XMPP/SXE protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    UDP File Transfer is designed to transfer files between computers using the UDP protocol. The goal of UDP File Transfer is to provide a solid file transfer mechanism for networks where packet loss is high.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    KuhAPI is the next generation application programming interface written in PHP 5.3 for quote systems like bash.org or something else. It provides easy access to the quotes while using new techniques and features of php object oriented design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 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.