SilverThings / bulldog

Java GPIO Library for BeagleBoneBlack, Raspberry Pi and CubieBoard.
http://www.silverspoon.io
Apache License 2.0
49 stars 23 forks source link

Investigate possibility to rewrite bulldog natives into pure Java #32

Closed sbunciak closed 9 years ago

sbunciak commented 9 years ago

https://blogs.oracle.com/hinkmond/entry/rpi_with_an_oscilloscope_and4

sbunciak commented 9 years ago

http://www.studytrails.com/java-io/Channels.jsp

sbunciak commented 9 years ago

http://docs.oracle.com/javase/tutorial/essential/io/index.html

sbunciak commented 9 years ago

https://code.google.com/p/bridj/wiki/TypeMapping https://github.com/twall/jna

sbunciak commented 9 years ago

https://github.com/tisnik/java-examples/tree/master/jna/Example1 http://stackoverflow.com/questions/22288909/jni-vs-jna-performance/25175163#25175163

sbunciak commented 9 years ago

https://github.com/bytedeco/javacpp https://github.com/jnr/jnr-invoke

sbunciak commented 9 years ago

http://stackoverflow.com/questions/29142963/access-i2c-spi-uart-bus-directly-through-dev-mem-in-java

sbunciak commented 9 years ago

http://www.pieter-jan.com/node/15

sbunciak commented 9 years ago

MemoryMap http://stackoverflow.com/questions/9662193/how-to-access-kernel-space-from-user-spacein-linux https://github.com/chiragnagpal/beaglebone_mmap http://stackoverflow.com/questions/13124271/driving-beaglebone-gpio-through-dev-mem http://hackaday.com/2013/12/07/speeding-up-beaglebone-black-gpio-a-thousand-times/

sbunciak commented 9 years ago

http://unix.stackexchange.com/questions/119762/how-to-dump-memory-image-from-linux-system

sbunciak commented 9 years ago

Dropping this.