213 packages — page 8

SocketExamples

Some example of the use of sockets as server and as client
SqueakSource

SocketIO

Check out http://socket.io/ and https://github.com/learnboost/socket.io/wiki/ for more information.
SqueakSource

SocketServer4Pharo

Adapted from the server code of "Deep into Pharo", Chapter 4: Sockets.
GitHub pharo MIT

SocketStreamsEnh

SqueakMap squeak

SPort

Smalltalk portability library from Bruce Badger, consisting basic portable classes for Times, Files and Sockets
SqueakSource

SqCVS

NOTE: This code is not maintained anymore and IMHO not interesting since CVS and its pserver protocol must be totally uninteresting these days. SqCVS is a clean implementation of the CVS pserver protocol in Squeak. It is written on top …
SqueakMap squeak

Squeak/.NET Bridge

The Squeak/.NET bridge lets you use .NET objectsin your Squeak programs. It uses TCP sockets tocommunicate with a .NET VM. You can use any .NETlibrary with the bridge, and can implement interfacesfrom your .NET libraries in Squeak. Here's the canonical …
SqueakMap squeak

SqueakDBX

An OpenDBX (http://www.linuxnetworks.de/doc/index.php/OpenDBX) plugin for Squeak.See http://www.squeakdbx.org/
SqueakSource squeak

SqueakFS

SqueakFS allows you to browse all objects contained in your squeak image from your local file system. An example of what this might look like in MacOS Leopard can be seenhere.SqueakFS is a two-piece application. The file system functionality is …
SqueakSource squeak

SqueakSet

Set is a card-game where the basic objective of the game is to find 'Sets' among the cards currently in play. Each card in the deck has 4 different properties: * Color * Number of Symbols * Shape of Symbols …
SqueakSource squeak

SqueakSSL

A platform SSL interface for Squeak.LicenseThis project is covered by the MIT License:Copyright (c) 2010 Andreas Raab and ContributorsPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), …
SqueakSource squeak

SqueakSSL-SMTP

Monticello package 'SqueakSSL-SMTP' in the squeak46 repository at source.squeak.org. Latest SqueakSSL-SMTP-ar.1.mcz; 1 version.
Squeak Trunk squeak

SqueakSSL-SMTP

Monticello package 'SqueakSSL-SMTP' in the squeak50 repository at source.squeak.org. Latest SqueakSSL-SMTP-ar.1.mcz; 1 version.
Squeak Trunk squeak

SqueakSSL-SMTP

Monticello package 'SqueakSSL-SMTP' in the squeak51 repository at source.squeak.org. Latest SqueakSSL-SMTP-ar.1.mcz; 1 version.
Squeak Trunk squeak

SqueakSSL-SMTP

Monticello package 'SqueakSSL-SMTP' in the squeak52 repository at source.squeak.org. Latest SqueakSSL-SMTP-ar.1.mcz; 1 version.
Squeak Trunk squeak

SqueakSSL-SMTP

Monticello package 'SqueakSSL-SMTP' in the squeak53 repository at source.squeak.org. Latest SqueakSSL-SMTP-ar.1.mcz; 1 version.
Squeak Trunk squeak

SqueakSSL-SMTP

Monticello package 'SqueakSSL-SMTP' in the squeak60 repository at source.squeak.org. Latest SqueakSSL-SMTP-ar.1.mcz; 1 version.
Squeak Trunk squeak

SqueakSSL-SMTP

Monticello package 'SqueakSSL-SMTP' in the squeak61 repository at source.squeak.org. Latest SqueakSSL-SMTP-ar.1.mcz; 1 version.
Squeak Trunk squeak

SqueakSSL-SMTP

Monticello package 'SqueakSSL-SMTP' in the trunk repository at source.squeak.org. Latest SqueakSSL-SMTP-ar.1.mcz; 1 version.
Squeak Trunk squeak

SSH2

SmalltalkHub

State Replication Protocol (SRP)

SRP serializes the state of a network of objects into a stream of data. Serialization starts with a root object and traverses all objects referenced directly or indirectly down to a user defined level. As object state is serialized, it …
SqueakMap squeak

SuperSwiki2Discovery

By installing this to SuperSwiki2 client images, the clients will automatically find SuperSwiki2 servers. You do not have to setup anything if SuperSwiki2 server is running on the same network segment.
SqueakMap squeak

Swazoo

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 …
SourceForge

Swazoo-Listener

A simple web server that uses the Swazoo HTTP classes. RequiresSwazoo-HTTP. This provides the bare minimum Squeak-specific functionality to listen for and process HTTP requests on a Socket. Users should subclass the SwazooListener class and override the #responseForRequest: method. To …
SqueakMap squeak

TCPServer

Most primitive TCPServer which responsible for managing server socket connection loop
GitHub pharo MIT