Dolda Connect 1.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Dolda Connect 1.3 (Default branch)
# 1  
Old 10-19-2008
Dolda Connect 1.3 (Default branch)

ImageDolda Connect is a modular P2P filesharing clientbuilt around the Direct Connect model. It supportsmost of the latest features of the DC protocol. Itruns in client/server mode with a well definedprotocol, allowing extensibility, flexibility, andmultiple detachable user interfaces. It also hasan optional multi-user mode.License: GNU General Public License (GPL)Changes:
This release has few user-visible changes, but a lot of massive internal code cleanups to prepare for future hacks. It also has quite a few bugfixes, but all the new code probably compensates for that.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Net.connect(3kaya)					       Kaya module reference						Net.connect(3kaya)

NAME
Net::connect - Connect to a server SYNOPSIS
NetHandle connect( Protocol proto, String server, Int port, Bool usetls=false, [String] certfiles=[] ) ARGUMENTS
proto The network protocol to use server The hostname or IP address of the server to connect to (e.g. service.example.com , localhost or 192.168.20.25 ) port The network port to connect to usetls If this is true, and the TLS library is available, then the connection will be encrypted. This parameter may be omitted and defaults to false. certs An optional list of certificate files for TLS encrypted connections. Each file should contain one or more PEM-encoded certificates for a trusted certification authority. If this list is empty (the default), no certificate verification will be performed on encrypted con- nections, which is insecure. DESCRIPTION
Connect to a server (optionally using TLS). Returns a connection handle. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Net.NetHandle(3kaya) Net.Protocol(3kaya) Net.closeConnection(3kaya) Net.recv(3kaya) Net.shutdown(3kaya) Net.send(3kaya) Kaya October 2012 Net.connect(3kaya)