Skip to content

Synapse TCP/IP and serial library (Ultibo Port)

Notifications You must be signed in to change notification settings

bravesoftdz/AraratSynapse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultibo port of Ararat Synapse

This is the Ultibo port of the Ararat Synapse synchronous socket library, all features except SSL/TLS are available including serial port support.

A zip file containing the source plus examples and documentation of the latest release can be found at:

https://github.com/ultibohub/AraratSynapse/releases

No installation is required, simply unzip the contents of the downloaded release into a folder of your choice and add the path of the \source\lib folder to "Other unit files" in the Lazarus Project options.

A number of examples from the original Synapse download have been ported to Ultibo and can be found at:

https://github.com/ultibohub/Examples/tree/master/Synapse

These examples are already included in the release above and do not need to be downloaded separately.

Note that these examples will NOT appear in the Lazarus Tools, Example projects... menu because they are part of the Synapse install and not the Ultibo installation.

Below is the original README.txt from the Synapse download package.

Synapse - The synchronous socket library.

File content:

  1. About Synapse
  2. Distribution package
  3. Installation instructions
  4. Usage notes

Synapse homesite is at http://synapse.ararat.cz/ On homesite is Wiki documentation system and other informations.

  1. About Synapse

SYNAPSE library aims to create complete library of classes and functions that would markedly simplify application programming of network communication using Winsock.

  1. Distribution package

Package must be unpacked with subdirectories. There are these derectories:

\Html               - Off-line version of Synapse support WEB
\Source             - Synapse source code
\Source\Lib         - shared units
\Source\Demo        - Synapse demo applications
  1. Installation instructions

There aren't any difficulties with current distribution other than add \Source\Lib directory to library or search path. (...or you can simply put all required Synapse files into your project directory.)

  1. Usage notes

Simply write BLCKSOCK to USES section in your source code (or any other unit from package, when you need it). To read documentation, simply open INDEX.HTM file (in HTML subdirectory) on your HTML browser.

Last update 2006-09-12

About

Synapse TCP/IP and serial library (Ultibo Port)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 95.9%
  • PHP 4.0%
  • C++ 0.1%