projects


As I am not a blogger and I just need a place for my portfolio, I decided to move this devBlog on google site, faster, simpler, cheaper and clearer…

I don’t know if I will continue this blog, but you can follow the projects here .

Hi all,

A quick update for the plugin to work with the version 5.04 of Vtiger.

Nothing new, only an upgrade on the SOAP protocol to be compatible with the new version of Vtiger.

Try it and let me know if you encounter problems…

2nd October 2008
- Can modify mails before attaching them to Vtiger
- Auto synchronisation was not checking users rights : fixed

Download

3rd July 2008
Bug fixed with mail attachment now formatted.

Thanks.

I need some testers for a new plug-in I have spent 3 hard weeks to develop.

It is a total remake of the Visual Basic Outlook plug-in for Vtiger CRM entirely done in C# .NET.

It actually works fine on the PCs I have tested it, but I cannot guaranty it is bug free so use it at your own risk.

It should work fine on windows XP, 2003 and Vista with outlook 2003 or 2007.

Some features have been added from the original version :

- auto-synchronization of contacts/tasks/calendars.

- possibility to not synchronize tasks/calendars with a due date older than a specific one.

- all items marked as “private” are not synchronized in Vtiger.

- support for utf8 on both side (sending or receiving), Outlook does not show bad characters anymore. (to see them correctly on Vtiger web side you will have to set your charset as UTF-8 in the config.inc.php).

- no need to be in a specific folder to synchronize it.

Here are some screens :

vtiger login

status.JPGsynchro vtiger

Here are the files : Sharp Vtiger Outlook Plugin

There are 2 Microsoft packages to install :

- First, ensure you have the .NET frameworks 2.0, you can download here: Microsoft .NET Framework 2.0

- if you are using office 2003 you will need the Primary Interrop Assemblies if they have not been installed by default during the office installation. I have included the redistributable file O2003PIA.MSI in the zip, be sure to install it.

When these 2 prerequisites are installed, you can install the plug in by launching the setup file VtOlPgSetup.exe.

Then start Outlook (With administrator rights for Vista users), Et Voila !

If everything went well the plugin should work and will ask you straight to set up your contacts,tasks, and calendars folders. To avoid problem you should create specific ones for this Vtiger plugin.

Then you know what to do.

Please, if you have any problem, bugs, features request, questions, sucess stories : http://forums.creadev.net or vtiger outlook forum.

(For any bug, please submit the log file vtigercrm.log created in the folder application).

If it works for you and if you like it, I would be happy to hear about it!
Thanks.

I started looking at the new framework from Microsoft and enjoyed the way everything has been simplified from directX, a very nice rapid game development api !

An example of the use of SpriteBatch, an easy class to create old styles 2d sprites :

bomberxna2bomberxna1

Here is a quickly developed “bomberman” in c# with XNA library for testing and learning purposes, sprites graphics are taken from the famous Zelda game on Snes.

A quick update that make the application works with Intel wireless cards 2200 and 3945abg, still need testing, you can download it there (XP) and here ( Vista)
Thanks for feedback ! this is still a beta and we need as much bugs reports as possible !

Remember, this application use ARP spoofing technic which is, “ok” to use in a home local network, but don’t try to spoof your internet cable or company networks.

Use it at your own risk.

WinPcapNet is a .NET wrapper for the famous WinPcap Library.

It is being developed in C++/CLI for maximum speed of execution between managed languages and WinPcap driver.

Not really evoluted for the moment, it permits the minimum required :

  • retrieve the Network devices
  • open - close a device
  • set a capture filter
  • read packets on the network
  • send packets on the network

The main purpose being to propose .NET developers an easy way to use WinPcap.

Futur releases will include driver loading / unloading services on the fly, and a packet factory class.

You can download the DLL here, and a C# example showing off the use of the wrapper.

Another example to resolve the cross-threading problem.

.

OgreMax is a try in developing a World Editor for Ogre3d Engine.

This prototype is developed in C# with the Ogre3d .NET wrapper “MOgre”.

The first goal is to wrap as many types, classes, and functions from Ogre3d to the graphical user interface in property Grids, this is working pretty well, thus it is not complicated to code, it does take a huge amount of time, Ogre3d is Huge !

Here are some screenshots of the advancement:

All windows are “floatable” or dockable thanks to the plugin WeifenLuo Dockable Windows.

mogreditor.jpgogremax.jpgogremax floating windowsogremax example

Fed up of your flat mates not capping their p2p? Uploading like fools? Not enough bandwidth for yourself?

Use selfishNet to monitor who eats the bandwidth:

SelfishNet before Capping

Use selfishNet to cap!

selfishNet after Capping

What are the conditions?

Others net shapers only work at the condition that your computer acts like a router, and your local network is connected behind. But how about shaping the bandwidth if your computer is connected to a router? SelfishNet has been created for this condition! It works from any computer that is behind the gateway, the router that shares the internet connection!

Features:

  • Network Discovery
  • Spoof the chosen computers to grab all packets
  • Internal Packet redirector
  • Cap download and upload flows of spoofed computers
  • Block any spoofed computers from accessing the gateway (cut their internet connection)

SelfishNet is in a Beta state, if you want to test it, “rendezvous” on www.creadev.net, and the forum for feedbacks, bugs reports are much appreciated.

It has been developed in CLI / C++ using WinpCapDotNet, another personal project, a .net wrapper of the famous library WinPcap.

A last thing, do not try this if your connected straightly to the internet (connected to your modem and not behind a router), I’m not sure your internet provider would appreciate.

.