Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : BackDoor details
Login with GitLab

BackDoor

This module opens a BackDoor into Scilab workspace.
(365 downloads for this version - 17183 downloads for all versions)
Details
Version
0.1
A more recent valid version with binaries for Scilab 5.3 exists: 0.2
Author
Federico Bergero
Owner Organization
CIFASIS - UNR
Maintainer
Federico Martín Bergero
Category
License
Creation Date
June 13, 2011
Source created on
Scilab 5.3.x
Binaries available on
This toolbox is in the process of being built
Description
            This module opens a BackDoor into Scilab workspace (right now it only works in
Linux)

It works by creating a new thread that listens on requests on a TCP port.
Each string send to that thread is executed in the Scilab workspace and a result
is sent back to the caller when requested.

For testing load the module (when the module is loaded you should see something
like:
	
	BackDoor: listening to commands on TCP port 27020

and then try opening a telnet connection 
	
	telnet 120.0.0.1 27020

and start writing Scilab commands as you would on the command window.

The result of the calculation is saved in the bd_result variable in Scilab.
If you need to run a command that shouldn't be saved in bd_result you can prefix
your command with "\", for example "\load('file.dat')". 

Also if you type a '@' you will get the value of bd_result(in binary form of a C
double)

The intention of this module is to use it with PowerDEVS (https://sourceforge.net/projects/powerdevs)
 in order to process simulation results
in the Scilab enviroment.
            
Files (1)
[35.08 kB]
Source code archive

News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.