Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this problem is that how to compile your ws_dome? #1

Open
zhang007z opened this issue Nov 23, 2014 · 4 comments
Open

this problem is that how to compile your ws_dome? #1

zhang007z opened this issue Nov 23, 2014 · 4 comments

Comments

@zhang007z
Copy link

According to your said below:
Build-process:

  1. Install libevent (version < 2)
  2. Install libcheck (needed for tests)
  3. Build and install libevent0
  4. Build and install libws (WebSocket library)
  5. Build and install libjsonrpc
  6. Build and install demo (demo application)
    But in my ubuntu I cann't find the above library package by "apt-cache search" command.(eg:libevent,libcheck,libevent0,libws,libjsonrpc). these package that I cann't find . please you provide this package to download websit and compile method.
    thank you for your help.
@iantropov
Copy link
Owner

Hello.

I think, that you can find only libevent and libcheck in your library
packages, Other libraries (libevent0, libws, libjsonrpc) you can find in my
other repos on Github.

Thank for your using!

2014-11-23 11:40 GMT+07:00 zhang007z [email protected]:

According to your said below:
Build-process:

  1. Install libevent (version < 2)
  2. Install libcheck (needed for tests)
  3. Build and install libevent0
  4. Build and install libws (WebSocket library)
  5. Build and install libjsonrpc
  6. Build and install demo (demo application)
    But in my ubuntu I cann't find the above library package by "apt-cache
    search" command.(eg:libevent,libcheck,libevent0,libws,libjsonrpc). these
    package that I cann't find . please you provide this package to download
    websit and compile method.

thank you for your help.


Reply to this email directly or view it on GitHub
#1.

Antropov Ivan
Email: [email protected]
Skype: antropov.ivan

@zhang007z
Copy link
Author

libcheck package that I cann't find. is this package the "libcheck-isa-perl" ? if it is not "libcheck-isa-perl",I did not search libcheck libraries. In addition to other libraries (libevent,libevent0, libws, libjsonrpc) in your repos I have found.
please you help me.thank you.

@iantropov
Copy link
Owner

This is site of this library for unit testing -
http://check.sourceforge.net/ .
Please, tell me how you plan to use my library ?

Thanks, Ivan

2014-11-27 8:31 GMT+07:00 zhenyang zhang [email protected]:

libcheck package that I cann't find. is this package the
"libcheck-isa-perl" ? if it is not "libcheck-isa-perl",I did not search
libcheck libraries. In addition to other libraries (libevent,libevent0,
libws, libjsonrpc) in your repos I have found.
please you help me.thank you.


Reply to this email directly or view it on GitHub
#1 (comment).

Antropov Ivan
Email: [email protected]
Skype: antropov.ivan

@zhang007z
Copy link
Author

I think that the front-end webpage via Ajax sent json data to C code. Of course, the front-end can also use the golang or node.js program. So I want to test the library whether it is easy to use for me. in fact, I want to implement JSON RPC via websocket. Transfering JSON message data is from front-end to back-end, then parsing out the JSON message in back-end, finally calling the different C handler function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants