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.
(312 downloads for this version - 17199 downloads for all versions)
Details
Version
0.21
A more recent valid version with binaries for Scilab 6.0 exists: 0.22
Author
Federico Bergero
Owner Organization
CIFASIS - UNR
Maintainers
William Thissell
Federico Martín Bergero
Administrator ATOMS
Category
License
Creation Date
January 30, 2019
Source created on
Scilab 6.0.x
Binaries available on
This toolbox is in the process of being built
Description
            This module opens a BackDoor into Scilab workspace. 

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 28020

and then try opening a telnet connection 
	
	telnet 120.0.0.1 28020

and start writing Scilab commands as you would on the command window (with a new
line in the end). NOTE: the port used is 27020 in windows and 27020 + UID in
Linux. This is to allow multiple users using the module.

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). If you type "?" you will get the value of bd_result in text.

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)
[43.62 kB]
Source code archive

News (0)
Comments (2)     Leave a comment 
Comment from William Thissell -- January 30, 2019, 01:59:58 AM    
Dear Scilab developers,
    When will this new build be available for me to test to confirm that this port to 
Scilab V. 6.0.1 works?
Answer from Samuel Gougeon -- February 1, 2019, 01:39:40 AM    
Hello William,
As already mentionned there http://bugzilla.scilab.org/show_bug.cgi?id=15944#c1
it is imprudent to expect anything on this side.
Regards
Samuel

Comment from William Thissell -- January 30, 2019, 02:00:00 AM    
Dear Scilab developers,
    When will this new build be available for me to test to confirm that this port to 
Scilab V. 6.0.1 works?
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.