Giter Club home page Giter Club logo

sgs-c-client's Introduction

RedDwarf Example C Client
Version 0.10.2
INTRODUCTION

This directory contains example code for developing clients in the C
programming language that can communicate with the RedDwarf
Server.


CONTENTS

- sgs
  Source code for the example C client implementation

- test
  Source code for tests

- example
    Source code for an example program using the C client

BUILDING

Unix:

- Ensure that the files etc/sgs.mk and etc/$(UNAME).mk
  contain appropriate settings for your platform.

- Invoke GNU make at the top level:
    % make
  or
    % gmake

- To build the tests:
    % cd test
    % make

Windows:

- Ensure that the appropriate compiler tools are available in
  your %Path%.  See env.bat for an example.

- Ensure that the files nmake.mak and etc/nmake.mk contain
  appropriate settings for your platform.  In particular,
  you may need to adjust the paths to the compiler includes and
  libraries in etc/nmake.mk.

- At the top level, invoke nmake.exe:
    > nmake.exe /F nmake.mak

- To build the tests:
    % cd test
    % nmake.exe /F nmake.mak


RUNNING TESTS

- After building the tests (see above), the resulting test
  executables can be run manually.  For example, on Unix:

    % cd test
    % ./buffer_test
    % ./id_test
    % ./map_test
    % ./message_test


KNOWN ISSUES

This example has the following limitations:

- The Windows implementation is incomplete; the networking code
  needs to be ported to the Winsock2 API.

sgs-c-client's People

Watchers

guozanhua avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.