Arnaud wrote:
>How can an application develop in pharo be deployed(web application
>and stand alone application)?
Highly depends on what kind of application you develop (installable rich client or web application
for deployment on a user machine or a hosted system using a cloud provider)
Some pointers when you deploy for a machine installation:
http://zn.stfx.eu/zn/build-and-deploy-1st-webapp/ https://pharo.fogbugz.com/?W78 http://pillarhub.pharocloud.com/hub/demarey/ez5m8nnaojww0rrnvnih9l4uy http://lists.gforge.inria.fr/pipermail/pharo-project/2010-February/021450.htmlor hosted somewhere like on Pharocloud
https://www.pharocloud.com/kb>How can i capture frame and packet in a network using pharo?
you need something that intercepts network communication.
https://www.wireshark.org
comes to mind.
You could possibly bind directly to libpcap (a portable C/C++ library for network traffic capture
that is used by Wireshark) using Pharos Universal FFI. There is also WinPcap for Windows.
Bye
T.