[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BOUNCE rtl@rtlinux.org: Approval required: (fwd)



>From owner-rtl Fri Aug  3 14:40:42 2001
Received: from donor.he.cox.rr.com (24-163-114-44.he.cox.rr.com [24.163.114.44])
	by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f73Kegs27007
	for <rtl@fsmlabs.com>; Fri, 3 Aug 2001 14:40:42 -0600
Received: from emerging.org (localhost.localdomain [127.0.0.1])
	by donor.he.cox.rr.com (Postfix) with ESMTP id 5BCB8340
	for <rtl@fsmlabs.com>; Fri,  3 Aug 2001 20:40:16 -0400 (EDT)
Sender: msherer@donor.he.cox.rr.com
Message-ID: <3B6B4470.E4FB21A6@emerging.org>
Date: Fri, 03 Aug 2001 20:40:16 -0400
From: Matt Sherer <chaos@emerging.org>
Reply-To: chaos@emerging.org
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.6 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: rtl@fsmlabs.com
Subject: Announce: Java bindings for mbuff driver
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


There have been a few bits of interest in java bindings for the mbuff
driver, but AFAIK there was never a complete binding, so here's an
implementation: http://www.emerging.org/mbuff_java.tar.gz

It should be fairly complete, although not set in stone.  Feel free to
suggest improvements to the api.  The calls are pretty simple - it wraps
the normal alloc/dealloc calls, and provides java-style read/write calls
to interact with the kernel mbuff area behind the MBuff object.  Data
involved with the mbuff is presented as a normal java byte array - it is
up to the caller to interpret structures within.

It lacks a formal makefile, but the build script should be pretty easy
to use.  If people are interested and the api is useful, I'll solidify
it.  It's not 64-bit clean at the moment, Alpha users would need to
switch the normal ints to longs to specify addresses. 

Disclaimer - it is a first cut, and while it works, it needs more
testing.  I think it would be handy for those who want to crank out
management apps quickly, so they can devote more time to the realtime
components.

--Matt Sherer

----- End of forwarded message from owner-rtl@fsmlabs.com -----