OPENSOURCE PROJECTS

INTELLIGERE SYNCHRONOUS
COLLABORATION SYSTEM (SCS)

The collaboration system that we have produced is a Flex-based application that makes online meetings easy and inexpensive. You can run sessions with 2 speakers and handle PPT presentation (the system provides an Open Office-based solution for converting), polls, desktop sharing, remote desktop control.

Online demo
intelligere.info/demo
Source and support
www.sourceforge.net/projects/intelligere

BACK

Our synchronous collaboration system was born from the increasing need for collaborative tools capable of simplifying and speeding up web communication. In this day and age, internet communication can take place in various ways, from e-mail to VOIP software to documental sharing systems. Our system is a simple platform that can be used in different contexts in order to ultimately speed up and simplify communication and the sharing of ideas and documents.

SCS’s truly standout feature is its distribution method, which will take place entirely under GPL and LGPL Open Source license, as well as its method of communication and integration with preexisting platforms, as the system can be configured and managed through an XML database that is easily reproducible and manageable using any server side solution.

The software is equipped with a support website that will also distribute the packet of files that make it up and the related documentation; the site will also offer support and run a debug of the application itself.

INTELLIGERE FLASH LITE
SERVER (FLS)

The Flash Lite Server is a DLL used to enhance the capabilities of Flash Lite with the use of native Symbian C++ commands. The underlying concept is quite simple because the DLL handles HTTP calls (which is why it is called a server) and translates them into commands, each executing C++ code. There are a lot of features already up and running and the system is easy to extend.

Online demo
intelligereflashlite.info/demo
Sorgenti e supporto
sourceforge.net/projects/intelligerefls

BACK

This software was created out of the need to interact with the native functionalities of Symbian mobile phones that use C++.
The Flash Lite Server is simply a library that can receive commands, in the form of HTTP calls, to be executed in C++ such as file scripting, download, reproduction of videos in full screen, directory reading, and so on. The use of Flash on mobile devices is undoubtedly enthralling but limited, while the integration of a Flash Lite application with FLS makes it possible to combine the creativity of Flash with the power of C++.

As its architecture is scalable, all you have to do to add new commands to the system is to modify the constants of a class that will invoke the C++ commands mapped to them. One of its remarkable features is the opening of an access point without any request for the user (requests a certificate) and the reading of the percentage of file download executed.

INTELLIGERE SNIPPET
REPOBROWSER (SRB)

Are you searching for an easy way to store the snippet of code you use across projects? Here is your solution! The application is made on Tapestry and uses MySQL, so no proprietary licenses are needed to run it and it has a useful add-on that allows you to consult the repository from the Eclipse IDE.

Online demo
snippet.gnstudio.com
Source and support
agile.gnstudio.com/snippet_repo_browser

BACK

This software is built on top of the Tapestry framework and its intent is to be an online repository of code snippets. The backend is based on the community edition of MySql.
In order to use the repository from Eclipse the snippet repobrowser use an Eclipse plugin built ad hoc, the Eclipse plugin allow user to make research against the RSS source and store locally the result, drag and drop of the code snippets from the plugin to Eclipse is in place and keep the formatting of the original post.
The application can also be used to archive not only code but items with images, so it is useful for a variety of activities.

The product is released open source under the LGPL license.

INTELLIGERE FLASH CHAT
SYSTEM (FCS)

This chat system is based on ActionScript 2.0 and Flash Player 8. The project is based on an actual software we developed several years ago and is based on Coldfusion or AMFPHP.

Source and support
agile.gnstudio.com/snippet_repo_browser

BACK

The Intelligere Flash chat system was the result of a GNStudio project based on Flash 8, Coldfusion and SQL Server that was revisited and updated to be compatible with the new server side architecture based on AMFPHP and MySQL. The product therefore uses a variety of free software and requires a single proprietary support, Flash Media Server.

The chat system’s main characteristics work together to manage three user levels: anonymous, registered and moderator. The registered user can only view the public chat rooms while the other users can view restricted rooms.

Every room can be configured through the database to allow or restrict the transmission of private messages and multimedia content (audio and video), and different functional tasks are visible depending on the user type. Registered users, for example, can manage their list of friends and enemies and can invite users that activate their PVT reception setting to a private chat.