Skip to content

this is a very lite library to implement a SharedObject mechanism for C++

License

Notifications You must be signed in to change notification settings

hellowilman/sharedobject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharedObject

This is a c++ verion library to implement the Adobe Action Script SharedObject function. It is a C-S design software which provide a server and multiple clients.

Pre request

It require zmq for build the library. You can download zmq from http://zeromq.org/

Compile from source

  1. download the soruce code
  2. include add files to your project
  • sharedojbect.*
  • sharedobjectdata.*
  • cmdline.h blockqueue.h zmq.hpp
  1. download zmq and install zmq to your system
  2. have fun with shared object,

How to use?

Please check main.cpp for more details of how to use. server:

MISC --- some wording, but not ready now!

  1. download the source code and unzip / tar
wget xxxxxxxx -o so.tar.gz 
tar -zxvf so.tar.gz 
  1. compile

Linux

Please install zeromq > 4.2

cd so 
./configure
make

Windows

Please open vs/so.sln to build the library. (Be sure to add zmq library to the system environment) If you have install QT, you can also use QT creator to build the library 3. add library to you project and build it, enjoy it!

About

this is a very lite library to implement a SharedObject mechanism for C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published