186 packages — page 7

SMTP

SmalltalkHub

smtpserver

This is an embedable SMTP server that allows your Squeak application to receive mails.The goal behind this is to give Seaside applications the possibility to accept emails as input. It only works in delivery mode, no relaying, no gatewaying whatsoever. …
SqueakSource squeak

SocialNetworkBasics

SmalltalkHub

SocialNetworkCompositionHooks

SmalltalkHub

SocialNetworkInheritanceHooks

SmalltalkHub

SocialNetworkRoassal

SmalltalkHub

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

Sockets

Rosetta Code

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

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

TCPServer

SmalltalkHub pharo

Telnet

This package contains various components that facilitate interactive loginto a remote (or the local) machine: * a (glass) TeletypeMorph;* essentially complete emulation of vt52, vt102 and xterm terminals;* a telnet client for connecting to remote machines;* a `pseudo-tty' client for …
SqueakMap squeak