Yes, there are. There have been several attempts to release open source software in the RFID domain. A number of projects never ended up releasing any software though. Two very promising efforts are the LLRP Toolkit Project to which the Fosstrak team contributed the Java implementation and the Rifidi project.
Check out the website of EPCglobal and in particular the architecture framework document. Or check out this paper we recently wrote on RFID system interfaces.
EPCglobal is a subscriber-driven organisation comprised of industry leaders and organisations focused on creating global standards for the EPCglobal Network.
The LGPL License allows software vendors to bundle Fosstrak components in their applications and systems without the reciprocal open source requirement. And it provides all Fosstrak users the assurance that enhancements to the Fosstrak source code will continue to remain free and openly available. It means that the people that make changes and enhancements to the Fosstrak source code have the obligation to LGPL their changes back when they redistribute our code.
Note that this is in contrast to a BSD or Apache-style license that allows for forking and creation of commercial projects.
Yes. Fosstrak is an independent, community-driven open source project initiated by the Auto-ID Lab in Switzerland with contributions from the lab at the University of Cambridge. While initiated by the Auto-ID Lab at ETH Zurich/University St. Gallen and the Distributed Systems Group at ETH Zurich, it is open for participation by everyone.
The Fosstrak project has an active developer community with significant RFID middleware experience and insights into the RFID/EPC standardisation process. There is a strong focus on implementing the specifications developed by EPCglobal and its members and providing useful tools for these implementations.
The Fosstrak project uses Maven for the build and project management. An introduction to running maven can be found here. There is also information available on the maven eclipse intregration.