dyncall 0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News dyncall 0.1 (Default branch)
# 1  
Old 01-23-2008
dyncall 0.1 (Default branch)

ImageThe dyncall library project provides a clean andportable C interface to dynamically issue foreignfunction calls using small call kernels written inassembly. Instead of providing code for everybridged function call, which unnecessarily resultsin code bloat, only a modest number ofinstructions are used to invoke all calls.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
OBEX_TEST(1)							   User commands						      OBEX_TEST(1)

NAME
obex_test - interactive test application for the openobex library SYNOPSIS
obex_test [[-s port] | [-r port] | [-i] | [-b [address] [channel]] | [-u interface]] DESCRIPTION
obex_test is a test application for the openobex library. It uses an interactive mode but the access method is selcted with command line arguments. This program is designed to be an example application for the openobex library. OPTIONS
-s This is the default. It selects cable obex. The port argument is optional (default: /dev/ttyS0) -r Select cable obex for the Ericsson R320 mobile phone. The port argument is optional (default: /dev/ttyS0) -i Select obex over IrDA. -b Select obex over bluetooth. Both, address and channel are actually optional. Default channel is 4, default address is ANY. -u Select usb obex (CDC). If the interface argument is omitted, a list of available interface is written to stdout. INTERACTIVE MODE
: COMMANDS c connect to the remote side (client mode) d disconnect from the remote side g issue a GET request p issue a PUT request q quit the program s go into server mode t change the path on the remote side x issue a PUSH request AUTHOR
Hendrik Sattler <post@hendrik-sattler.de> initial version of manpage openobex 1.4 2008-11-23 OBEX_TEST(1)