Saturday, January 13, 2007

Command Line Version 0.5 Released, Devel Tools Alpha Release

Hi,
The version 0.5 of the command line is ready for be used. You can download it from here: http://aircable.googlecode.com/files/0.5_.zip you can also download our source code from here: http://aircable.googlecode.com/files/0.5-src_.zip

We have also been working on a set of tools that you can use to make BASIC code development easier. The tools can be downloaded from here: http://aircable.googlecode.com/files/aircabletools.jar, this devel tools need and will only run with Java 6 which you can get from java.sun.com . If you want to try this tools simply do java -jar aircabletools.jar (from inside the folder where you downloaded the tools), you will see the list of commands, and if you do java -jar aircabletools.jar you will get the list of arguments to that command. This set of tools is the base for our next JEdit Plugin, so you can start trying them while we work on the plugin.
Just one thing, there is a bug on the code related to lines movement. In case you want to move code you firstly must move the code to an empty area (For example line 2000 which can't be used), you make all your work on those lines and then get them back to it's original place. We know this bug, we will correct it in the future.

Fell free to test our stuff, and give us your comments.

Thanks,
Manuel

Tuesday, December 19, 2006

AIRcable's JEdit Plugin

We are starting to work on a plugin to JEdit, the idea is to someday on the future have a full IDE for working with our Basic code.

Here are a list of somethings that our pluging might do in the future (not in order):
  • Find References, this will simply find all the places where a certain line is called.
  • Move Line, this will change a line number and update the references.
  • Move Piece of Code, this will move a selected piece of code to some other place, will also take care of references.
  • Full Code Renumbering: this will make all the code related to each interrupt be togheter (I mean all the lines will be one after each other) then it will renumber all the interrupt and will try to leave 10 lines between one interrupt and the other.
  • Syntaxis higlighting.
  • Systaxis and Gramtic checking, this will also check that all the command used are real, and nothing is miss spelled.
I wait for your suggestions,
Thanks,
Manuel

Friday, December 8, 2006

Ideas for version 0.5

We had been working on the new command line for the AIRcable OS product for about a couple of months. And had reached a stable, usable version which is v0.4

We are planning to make improvements to it, and we will call that version 0.5, here are a couple of ideas he have for version 0.5 if you think you have any let us know and we will see if we can include them.
  • New security framework related to Obex/ObexFTP handling.
  • Two level security for Relay Mode.
  • New LED's schema
  • Correct Obex/ObexFTP timing handling.
  • Obex/ObexFTP will be personalizable.
Thanks,
Manuel