User Tools

Site Tools


at:download

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
at:download [2007/03/05 13:11]
tvcutsem
at:download [2020/02/10 13:59]
elisag
Line 1: Line 1:
-~~NOTOC~~ 
-====== Downloading/Installing AmbientTalk ====== 
  
-===== AmbientTalk/2 ===== 
- 
-[[http://prog.vub.ac.be/amop/downloads/at2-build050307.zip|Download Latest Build]] 
- 
-This build contains: 
-* The AmbientTalk/2 Interpreter (400K) 
-* The IAT Interactive AmbientTalk Shell (40K) 
-* Additional libraries (JGroups distribution toolkit, ANTLR parser, LOG4J logging framework, all used by the interpreter) (5.5MB) 
- 
-The [[http://prog.vub.ac.be/amop/at2doc|Javadoc of the Interpreter]] is also online. It provides documentation about the implementation of the interpreter. A design document describing the design of the interpreter will follow soon. 
- 
-===== AmbientTalk/1 ===== 
-{{:at:qtek_small.png|:at:qtek_small.png }} AmbientTalk is a contemporary distributed programming language. It is an ambient-oriented programming language, which means that it is particularly geared towards developing next-generation distributed software which has to run on mobile devices (such as cellular phones or PDAs) deployed on open, ad hoc wireless networks. At its core, AmbientTalk uses a prototype-based object model for building abstractions. Its distribution and concurrency facilities are heavily inspired by the actor model. Current implementations are available for the Java J2SE and J2ME (PocketPC) platforms. 
-This page provides access to the latest version of AmbientTalk, and gives some instructions on how to deploy it on your desktop or PDA. 
- 
-===== AmbientTalk on a Desktop Computer ===== 
-AmbientTalk consists of two JAR files. 
- 
-{{:at:ambienttalk.jar|Core}} Contains the core of the AmbientTalk evaluator, which interprets the AmbientTalk language. 
- 
-{{:at:ambienttalkdt.jar|Desktop Frontend}} Contains the J2SE Swing interface for running AmbientTalk on a desktop machine. 
-Once both files are downloaded into a single directory on your machine you may simply run java -jar ambienttalkdt.jar (Or typically you may also double-click on this JAR file) 
- 
-===== AmbientTalk on a PDA or Smartphone ===== 
-AmbientTalk is developed to run on a virtual machine that supports the J2ME CDC Personal Profile 1.0. For our experiments we have deployed AmbientTalk on top of IBM's J9 virtual machine, but the implementation of AmbientTalk does not require any of the libraries that are specific to this virtual machine. 
-AmbientTalk for PDAs and SmartPhones also consists of two JAR files. 
- 
-{{:at:ambienttalk.jar|Core}} Contains the core of the AmbientTalk evaluator, which interprets the AmbientTalk language. 
- 
-{{:at:ambienttalkppc.jar|PocketPC Frontend}} Contains the J2ME AWT interface for running AmbientTalk on a PDA. (Note that this version may be tested as well on a desktop machine, since no native GUI components are used) 
- 
-Once both files are downloaded, transfer them to your device and launch the PocketPC frontend. Using the J9 virtual machine the following shortcut is needed : 
-"\Program Files\J9\PPRO10\bin\j9w.exe" "-jcl:ppro10" "-cp" "\AmbientTalk\ambienttalkppc.jar" "edu.vub.picoo.process.AmbientTalk" 
at/download.txt ยท Last modified: 2020/02/10 13:59 by elisag