Giter Site home page Giter Site logo

ham_radio's People

Contributors

mazes-80 avatar technix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ham_radio's Issues

Channel list

  • Save channels to receiver
  • Tune receiver to frequency from the list
  • Modify channel records
  • Delete channel records

Luacontroller overheats on "get" request with the receiver

What happen

Luacontroller overheats when the receiver send information on "get" command, due to too much information is send over a short amount of time.

How to reproduce

Include this line of code in the luacontroller program:
digiline_send('ham_radio_receiver', { command = 'get' })

Screenshot

screenshot_20221203_222547
screenshot_20221203_222551

transmission range formula

I don't understand how power of transmitter is calculated ( in ham_radio:locate_transmitter). The formula is unfamiliar to me and I was able to to receive signal from transmitter more than 30000 blocks away from me.

I understand that in real life HAMs are able to pick signals from very long distance but from game perspective I found it little bit boring.

Can you please explain how this formula works?

Basic Materials: Energy crystal Name

I think there's a typo with the following item name and the craft for ham_radio:circuit becomes unusable when basic_materials is active.

diff --git a/craft.lua b/craft.lua
index c81cb1a..849d892 100644
--- a/craft.lua
+++ b/craft.lua
@@ -10,7 +10,7 @@ if minetest.get_modpath("basic_materials") then
body = 'basic_materials:plastic_sheet'
wires = 'basic_materials:copper_wire'
antenna = wires
- battery = 'basic_materials:simple_energy_crystal'
+ battery = 'basic_materials:energy_crystal_simple'
end

if minetest.get_modpath("technic") then

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.