Giter VIP home page Giter VIP logo

socktalk-swift's Introduction

SockTalk (Swift library and Cocoa frontend)

The SockTalk library is a C++ library for network communication over sockets. Swift, not being a C-family language, cannot be linked to C++ libraries as easily as Objective-C can. This project's aim is to create a Cocoa framework written in Swift that conforms to the SockTalk protocol and thus allow the creation of Swift programs capable of communicating with C/C++ programs following SockTalk protocol. The framework also takes a slightly different approach, as C++ has multiple inheritance and Swift does not.

The project also includes a second target which is a frontend to the library.

Compiling

Compiling SockTalk requires that the OpenSSL be installed and that the static libraries (.a) are located in the OpenSSL directory in the project root. The OpenSSL libraries and header files are not included in this repository.

SockTalk protocol

See the repository of the C++ library for a more detailed description of the SockTalk protocol.

Version synchronicity

Note that the C++ version of the library is the reference implementation. New features are generally added to that version before the Swift one. Releases that have the exact same version number are guaranteed to provide the same features. If feature availability diverges, this will be indicated in the version number.

The frontends aim to make all of the library functions available in some way, but provide no guarantee of synchronized feature availability. The Cocoa frontend, having a GUI, is likely to always be more advanced than the C++ command line frontend.

Licensing

Project available under GPLv3 with the exception that linking proprietary Apple libraries as well as the OpenSSL library is allowed. See LICENSE for full GPL text. See opensslLicense.txt for the full OpenSSL license.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)

socktalk-swift's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.