Software for remote access to SmallDEVS kernel
This software is intended for remote access to SmallDEVS/PNtalk.
Features:
- Human writable/readable dialog (using e.g. telnet connection).
- Simple, low-level protocol (only remote execution of and transfer of Smalltalk storestrings).
Possible applications:
- Client-server architecture for simulations: Client with GUI can edit models and manage simualtions, server stores models and perform simulations.
- Distributed simulation.
- Multisimulations, simualtion of candidate models for optimiazation purposes.
Implementation:
- It builds upon existing software from SqueakMap (SmallDEVS, DynamicBindings, KomServices 1.1.1 and REPLServer). REPL server is modified for multiline expressions and ability to download storestrings of results of evaluations of smalltalk expressions on the server side.
Usable clients:
- Human clients can use telnet.
- Non-smalltalk software clients are supposed to use only text for request and replay, all necessary computation is supposed to be done on server side.
- Smalltalk clients can work with objects reconstructed from received storestrings on its side.
Download:
- SmallDEVS/PNtalk image with REPL server and and example ready to use (download, unzip and see README):
License:
Author:
Link to this Page