Difference between revisions of "Android Scanner : Giss Scanner"

From Giss
(Download)
(Source code)
Line 52: Line 52:
 
== Source code ==
 
== Source code ==
  
The source code can be downloaded from our CVS :
+
The source code can be downloaded from our GIT :
  
  export CVSROOT=:pserver:anonymous@giss.tv:/home/cvs
+
  git clone http://giss.tv/~git/git.cgi/GissScanner.git
  cvs co GissScanner
 
  
 
have fun!
 
have fun!

Revision as of 00:42, 15 June 2021

GISS Scanner v 1.0.0

This is the first release of the Android Application that lets you scan GISS streams, taking into account the location where you are.

From where you are, you can choose to listen to local, regional, national or global streams.

Screenshot

Giss-scanner.png

Synopsis

By default, you get connected to the local streams with a tolerance of 1 degree, which means you can receive streams from a metropole for example.

If you see the message 'No Streams' when you start the application, it might be that there is no stream in your area.

Another possibility is that you are not connected to a network through wifi or 3G.

You can then click on the 'World' zone and you should get the list of all GISS streams.

Notes

This application depends on the Android media player, and you need Android >= 2.1 to reproduce Ogg/VOrbis streams. Mp3 streams will work with previous versions of Android.

This application can be used to detect commercial radios or radios that don't respect our Terms of Use,

If you do find annoying radios or video streams, please contact gissnetwork@gmail.com.

License

To use this aplication, you need to respect the Terms Of Use of giss.tv :

The code published here can be studied, modified, used by anyone that provides all the original credits and sources in derivative projects.

There are restrictions on its use, it cannot be used for :

  • military and/or repressive use
  • commercial installations and products
  • any project that promotes : racism, nationalism, xenophobia, sexism,

homophobia, religious hatred or missionarism .. ( expandable list)

This is not a standard license.

Download

Download version 1.0.0 : Giss Scanner

Source code

The source code can be downloaded from our GIT :

  git clone http://giss.tv/~git/git.cgi/GissScanner.git 

have fun!